Class GetDownloadsCannedQueryFactory
java.lang.Object
org.alfresco.query.AbstractCannedQueryFactory<R>
org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory<DownloadEntity>
org.alfresco.repo.download.cannedquery.GetDownloadsCannedQueryFactory
- All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<DownloadEntity>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class GetDownloadsCannedQueryFactory
extends AbstractQNameAwareCannedQueryFactory<DownloadEntity>
A
CannedQueryFactory for queries relating to download entities.- Author:
- Alex Miller
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
AbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R> -
Field Summary
Fields inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.alfresco.query.CannedQuery<DownloadEntity>getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<DownloadEntity>getDownloadsCannedQuery(NodeRef containerNode, Date before) Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantServiceMethods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
Constructor Details
-
GetDownloadsCannedQueryFactory
public GetDownloadsCannedQueryFactory()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractQNameAwareCannedQueryFactory<DownloadEntity>- Throws:
Exception
-
getDownloadsCannedQuery
public org.alfresco.query.CannedQuery<DownloadEntity> getDownloadsCannedQuery(NodeRef containerNode, Date before) -
getCannedQuery
public org.alfresco.query.CannedQuery<DownloadEntity> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
-