public class GetDownloadsCannedQueryFactory extends AbstractQNameAwareCannedQueryFactory<DownloadEntity>
CannedQueryFactory
for queries relating to download entities
.DownloadService.deleteDownloads(Date)
AbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R>
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService
Constructor and Description |
---|
GetDownloadsCannedQueryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.alfresco.query.CannedQuery<DownloadEntity> |
getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) |
org.alfresco.query.CannedQuery<DownloadEntity> |
getDownloadsCannedQuery(org.alfresco.service.cmr.repository.NodeRef containerNode,
Date before) |
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class AbstractQNameAwareCannedQueryFactory<DownloadEntity>
Exception
public org.alfresco.query.CannedQuery<DownloadEntity> getDownloadsCannedQuery(org.alfresco.service.cmr.repository.NodeRef containerNode, Date before)
public org.alfresco.query.CannedQuery<DownloadEntity> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
Copyright © 2005–2017 Alfresco Software. All rights reserved.