Uses of Interface
org.alfresco.repo.node.archive.NodeArchiveService
-
Packages that use NodeArchiveService Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.repo.model.ml org.alfresco.repo.node.archive -
-
Uses of NodeArchiveService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return NodeArchiveService Modifier and Type Method Description NodeArchiveServiceContentDiskDriver. getNodeArchiveService()Return the node archive serviceNodeArchiveServiceContentDiskDriver2. getNodeArchiveService()Methods in org.alfresco.filesys.repo with parameters of type NodeArchiveService Modifier and Type Method Description voidContentDiskDriver. setNodeArchiveService(NodeArchiveService nodeArchiveService)Set the node archive servicevoidContentDiskDriver2. setNodeArchiveService(NodeArchiveService nodeArchiveService) -
Uses of NodeArchiveService in org.alfresco.repo.model.ml
Methods in org.alfresco.repo.model.ml with parameters of type NodeArchiveService Modifier and Type Method Description voidEditionServiceImpl. setNodeArchiveService(NodeArchiveService nodeArchiveService) -
Uses of NodeArchiveService in org.alfresco.repo.node.archive
Classes in org.alfresco.repo.node.archive that implement NodeArchiveService Modifier and Type Class Description classNodeArchiveServiceImplImplementation of the node archive abstraction.
-