mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-30 18:15:39 +00:00
51903 to 54309 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54310 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
22 lines
507 B
Java
22 lines
507 B
Java
/**
|
|
* The Alfesco filesystem to repository translation layer
|
|
*
|
|
* <p>
|
|
* Alfresco ContentDiskDriver and supporting classes.
|
|
*
|
|
* <p>
|
|
* NodeEventQueue containing NodeEvents such as when a node
|
|
* is created or deleted.
|
|
*
|
|
* <p>
|
|
* NodeMonitor which is bound to various node policies and updates
|
|
* the file state cache.
|
|
*
|
|
* <p>
|
|
* Quota Management which contains a UserQuota for each active user.
|
|
*
|
|
*/
|
|
@PackageMarker
|
|
package org.alfresco.filesys.repo;
|
|
import org.alfresco.util.PackageMarker;
|