Class GetDownloadsCannedQueryParams
- java.lang.Object
-
- org.alfresco.repo.query.NodeBackedEntity
-
- org.alfresco.repo.download.cannedquery.DownloadEntity
-
- org.alfresco.repo.download.cannedquery.GetDownloadsCannedQueryParams
-
- All Implemented Interfaces:
PermissionCheckValue
public class GetDownloadsCannedQueryParams extends DownloadEntity
Query parameters for GetDownloadsCannedQuery- Author:
- Alex Miller
-
-
Constructor Summary
Constructors Constructor Description GetDownloadsCannedQueryParams(java.lang.Long parentNodeId, java.lang.Long nameQNameId, java.lang.Long contentTypeQNameId, java.util.Date before)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetBefore()-
Methods inherited from class org.alfresco.repo.query.NodeBackedEntity
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
-
-