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 the
CopyService- 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 -
Method Summary
Modifier and TypeMethodDescriptionorg.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, setQnameDAOMethods inherited from class org.alfresco.query.AbstractCannedQueryFactory
afterPropertiesSet, getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
Constructor Details
-
GetCopiesCannedQueryFactory
public GetCopiesCannedQueryFactory()
-
-
Method Details
-
getCannedQuery
public org.alfresco.query.CannedQuery<CopyService.CopyInfo> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
-