Package org.alfresco.repo.copy.query
Class GetCopiesCannedQueryFactory
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQueryFactory<R>
-
- org.alfresco.repo.copy.query.AbstractCopyCannedQueryFactory<CopyService.CopyInfo>
-
- org.alfresco.repo.copy.query.GetCopiesCannedQueryFactory
-
- All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<CopyService.CopyInfo>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class GetCopiesCannedQueryFactory extends AbstractCopyCannedQueryFactory<CopyService.CopyInfo>
Factory producing queries for theCopyService- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.repo.copy.query.AbstractCopyCannedQueryFactory
AbstractCopyCannedQueryFactory.CopyCannedQueryDetail
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.copy.query.AbstractCopyCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO
-
-
Constructor Summary
Constructors Constructor Description GetCopiesCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.query.CannedQuery<CopyService.CopyInfo>getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.copy.query.AbstractCopyCannedQueryFactory
getDetail, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO
-
-
-
-
Method Detail
-
getCannedQuery
public org.alfresco.query.CannedQuery<CopyService.CopyInfo> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
-
-