Uses of Class
org.alfresco.service.cmr.repository.CopyService.CopyInfo
-
Packages that use CopyService.CopyInfo Package Description org.alfresco.repo.copy org.alfresco.repo.copy.query org.alfresco.service.cmr.repository -
-
Uses of CopyService.CopyInfo in org.alfresco.repo.copy
Methods in org.alfresco.repo.copy that return types with arguments of type CopyService.CopyInfo Modifier and Type Method Description PagingResults<CopyService.CopyInfo>CopyServiceImpl. getCopies(NodeRef originalNodeRef, PagingRequest pagingRequest)PagingResults<CopyService.CopyInfo>CopyServiceImpl. getCopies(NodeRef originalNodeRef, NodeRef copyParentNodeRef, PagingRequest pagingRequest)Method parameters in org.alfresco.repo.copy with type arguments of type CopyService.CopyInfo Modifier and Type Method Description voidCopyServiceImpl. setCannedQueryRegistry(NamedObjectRegistry<CannedQueryFactory<CopyService.CopyInfo>> cannedQueryRegistry) -
Uses of CopyService.CopyInfo in org.alfresco.repo.copy.query
Fields in org.alfresco.repo.copy.query with type parameters of type CopyService.CopyInfo Modifier and Type Field Description protected MethodSecurityBean<CopyService.CopyInfo>AbstractCopyCannedQueryFactory. methodSecurityMethods in org.alfresco.repo.copy.query that return types with arguments of type CopyService.CopyInfo Modifier and Type Method Description CannedQuery<CopyService.CopyInfo>GetCopiedCannedQueryFactory. getCannedQuery(CannedQueryParameters parameters)CannedQuery<CopyService.CopyInfo>GetCopiesCannedQueryFactory. getCannedQuery(CannedQueryParameters parameters)Method parameters in org.alfresco.repo.copy.query with type arguments of type CopyService.CopyInfo Modifier and Type Method Description voidAbstractCopyCannedQueryFactory. setMethodSecurity(MethodSecurityBean<CopyService.CopyInfo> methodSecurity) -
Uses of CopyService.CopyInfo in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return types with arguments of type CopyService.CopyInfo Modifier and Type Method Description PagingResults<CopyService.CopyInfo>CopyService. getCopies(NodeRef originalNodeRef, PagingRequest pagingRequest)Get the copies of a given nodePagingResults<CopyService.CopyInfo>CopyService. getCopies(NodeRef originalNodeRef, NodeRef copyParentNodeRef, PagingRequest pagingRequest)Get the copies of a given node
-