Package org.alfresco.repo.copy.query
Class AbstractCopyCannedQueryFactory<R>
java.lang.Object
org.alfresco.query.AbstractCannedQueryFactory<R>
org.alfresco.repo.copy.query.AbstractCopyCannedQueryFactory<R>
- All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<R>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
GetCopiedCannedQueryFactory,GetCopiesCannedQueryFactory
public abstract class AbstractCopyCannedQueryFactory<R>
extends org.alfresco.query.AbstractCannedQueryFactory<R>
Support for Canned Queries for copy
- Since:
- 4.0
- Author:
- Derek Hulley
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classParameter bean to use for copy queries -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CannedQueryDAOprotected MethodSecurityBean<CopyService.CopyInfo>protected NodeDAOprotected QNameDAO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDetail(org.alfresco.query.CannedQueryParameters parameters) voidsetCannedQueryDAO(CannedQueryDAO cannedQueryDAO) voidsetMethodSecurity(MethodSecurityBean<CopyService.CopyInfo> methodSecurity) voidsetNodeDAO(NodeDAO nodeDAO) voidsetQnameDAO(QNameDAO qnameDAO) Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
afterPropertiesSet, getCannedQuery, getQueryExecutionId, setBeanName, setRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.query.CannedQueryFactory
getCannedQuery
-
Field Details
-
nodeDAO
-
qnameDAO
-
cannedQueryDAO
-
methodSecurity
-
-
Constructor Details
-
AbstractCopyCannedQueryFactory
public AbstractCopyCannedQueryFactory()
-
-
Method Details
-
setNodeDAO
-
setQnameDAO
-
setCannedQueryDAO
-
setMethodSecurity
-
getDetail
protected AbstractCopyCannedQueryFactory.CopyCannedQueryDetail getDetail(org.alfresco.query.CannedQueryParameters parameters)
-