Class ResultSetPaginatedQuery
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.query.ResultSetPaginatedQuery
-
public class ResultSetPaginatedQuery extends Object
- Since:
- 6.0 Result set query operation to perform queries on the repository.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASC
static String
CMIS
protected Integer
currentPageIndex
static String
DESC
static String
ID
protected String
lang
protected Integer
maxResults
protected Properties
namedParameters
protected Integer
pageSize
protected String
query
protected CoreSession
session
protected StringList
sortBy
protected StringList
sortOrder
protected StringList
strParameters
-
Constructor Summary
Constructors Constructor Description ResultSetPaginatedQuery()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ASC
public static final String ASC
- See Also:
- Constant Field Values
-
DESC
public static final String DESC
- See Also:
- Constant Field Values
-
CMIS
public static final String CMIS
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
query
protected String query
-
lang
protected String lang
-
namedParameters
protected Properties namedParameters
-
currentPageIndex
protected Integer currentPageIndex
-
pageSize
protected Integer pageSize
-
strParameters
protected StringList strParameters
-
sortBy
protected StringList sortBy
-
sortOrder
protected StringList sortOrder
-
maxResults
protected Integer maxResults
- Since:
- 10.3
-
-
Method Detail
-
run
public RecordSet run() throws OperationException
- Throws:
OperationException
-
-