Uses of Interface
org.alfresco.service.cmr.repository.CopyService
-
Packages that use CopyService Package Description org.alfresco.repo.action.executer org.alfresco.repo.coci org.alfresco.repo.copy org.alfresco.repo.model.filefolder org.alfresco.repo.rule org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of CopyService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type CopyService Modifier and Type Method Description voidCopyActionExecuter. setCopyService(CopyService copyService)Sets the copy servicevoidTransformActionExecuter. setCopyService(CopyService copyService)Deprecated.Set the copy servicevoidTransitionSimpleWorkflowActionExecuter. setCopyService(CopyService copyService)Set the copy service -
Uses of CopyService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type CopyService Modifier and Type Method Description voidCheckOutCheckInServiceImpl. setCopyService(CopyService copyService)Sets the copy service -
Uses of CopyService in org.alfresco.repo.copy
Classes in org.alfresco.repo.copy that implement CopyService Modifier and Type Class Description classCopyServiceImplService implementation of copy operations. -
Uses of CopyService in org.alfresco.repo.model.filefolder
Methods in org.alfresco.repo.model.filefolder with parameters of type CopyService Modifier and Type Method Description voidFileFolderServiceImpl. setCopyService(CopyService copyService) -
Uses of CopyService in org.alfresco.repo.rule
Methods in org.alfresco.repo.rule with parameters of type CopyService Modifier and Type Method Description voidRuleServiceImpl. setCopyService(CopyService copyService)Set the service for locating copied nodes' originals -
Uses of CopyService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return CopyService Modifier and Type Method Description CopyServiceServiceDescriptorRegistry. getCopyService() -
Uses of CopyService in org.alfresco.service
Methods in org.alfresco.service that return CopyService Modifier and Type Method Description CopyServiceServiceRegistry. getCopyService()
-