Package org.alfresco.repo.doclink
Class GetDoclinkNodesCannedQuery
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQuery<Long>
-
- org.alfresco.repo.doclink.GetDoclinkNodesCannedQuery
-
- All Implemented Interfaces:
CannedQuery<Long>
public class GetDoclinkNodesCannedQuery extends AbstractCannedQuery<Long>
Parameter object forGetDoclinkNodesCannedQuery.- Since:
- 5.2.1
- Author:
- Ramona Popa
-
-
Constructor Summary
Constructors Constructor Description GetDoclinkNodesCannedQuery(CannedQueryDAO cannedQueryDAO, CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisApplyPostQuerySorting()protected List<Long>queryAndFilter(CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQueryPermissions, applyPostQuerySorting, execute, getParameters, getTotalResultCount, isApplyPostQueryPaging, isApplyPostQueryPermissions, toString
-
-
-
-
Constructor Detail
-
GetDoclinkNodesCannedQuery
public GetDoclinkNodesCannedQuery(CannedQueryDAO cannedQueryDAO, CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected List<Long> queryAndFilter(CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classAbstractCannedQuery<Long>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classAbstractCannedQuery<Long>
-
-