Uses of Class
org.alfresco.repo.transfer.manifest.ManifestCategory
-
Packages that use ManifestCategory Package Description org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.repo.transfer.manifest Provides the implementation of the transfer manifest which is used by the transfer service. -
-
Uses of ManifestCategory in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer that return types with arguments of type ManifestCategory Modifier and Type Method Description java.util.Map<org.alfresco.service.cmr.repository.NodeRef,ManifestCategory>TransferContext. getManifestCategoriesCache() -
Uses of ManifestCategory in org.alfresco.repo.transfer.manifest
Methods in org.alfresco.repo.transfer.manifest that return types with arguments of type ManifestCategory Modifier and Type Method Description java.util.Map<org.alfresco.service.cmr.repository.NodeRef,ManifestCategory>TransferManifestNormalNode. getManifestCategories()Method parameters in org.alfresco.repo.transfer.manifest with type arguments of type ManifestCategory Modifier and Type Method Description voidTransferManifestNormalNode. setManifestCategories(java.util.Map<org.alfresco.service.cmr.repository.NodeRef,ManifestCategory> categories)
-