public class DocumentPaginatedQuery extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ASC |
static String |
CURRENT_REPO_PATTERN |
static String |
CURRENT_USERID_PATTERN |
protected Integer |
currentPageIndex |
static String |
DESC |
static String |
ID |
protected String |
lang |
protected Properties |
namedParameters |
protected PageProviderService |
pageProviderService |
protected Integer |
pageSize |
protected String |
query |
protected CoreSession |
session |
protected String |
sortBy |
protected String |
sortOrder |
protected StringList |
strParameters |
Constructor and Description |
---|
DocumentPaginatedQuery() |
Modifier and Type | Method and Description |
---|---|
static DocumentModel |
getSearchDocumentModel(CoreSession session,
Properties namedParameters) |
DocumentModelList |
run() |
public static final String ID
public static final String CURRENT_USERID_PATTERN
public static final String CURRENT_REPO_PATTERN
public static final String DESC
public static final String ASC
protected CoreSession session
protected PageProviderService pageProviderService
protected Integer currentPageIndex
protected StringList strParameters
protected Properties namedParameters
public DocumentPaginatedQuery()
public DocumentModelList run() throws OperationException
OperationException
public static DocumentModel getSearchDocumentModel(CoreSession session, Properties namedParameters)
Copyright © 2016 Nuxeo SA. All rights reserved.