public class DocumentPageProviderOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASC |
protected OperationContext |
context |
static String |
CURRENT_REPO_PATTERN |
static String |
CURRENT_USERID_PATTERN |
protected Integer |
currentPageIndex |
static String |
DESC |
protected String |
documentLinkBuilder |
protected boolean |
escapePatternParameters |
static String |
ID |
protected String |
lang |
protected String |
maxResults |
protected Properties |
namedParameters |
protected Integer |
page
Deprecated.
|
protected Integer |
pageSize |
protected PageProviderService |
ppService |
protected String |
providerName |
protected String |
query
Deprecated.
since 6.0 use instead
.core.operations.services.query.DocumentQuery. |
protected boolean |
quotePatternParameters |
protected CoreSession |
session |
protected String |
sortBy |
protected StringList |
sortInfoAsStringList
Deprecated.
since 6.0 use instead
and @link #sortOrder. |
protected String |
sortOrder |
protected StringList |
strParameters |
| Constructor and Description |
|---|
DocumentPageProviderOperation() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentModel |
getSearchDocumentModel(CoreSession session,
PageProviderService pps,
String providerName,
Properties namedParameters) |
org.nuxeo.ecm.automation.jaxrs.io.documents.PaginableDocumentModelListImpl |
run() |
public static final String ID
public static final String CURRENT_USERID_PATTERN
public static final String CURRENT_REPO_PATTERN
public static final String ASC
public static final String DESC
protected OperationContext context
protected CoreSession session
protected PageProviderService ppService
protected String providerName
@Deprecated protected String query
.core.operations.services.query.DocumentQuery.protected String lang
@Deprecated protected Integer page
protected Integer currentPageIndex
protected Integer pageSize
@Deprecated protected StringList sortInfoAsStringList
and @link #sortOrder.protected StringList strParameters
protected String documentLinkBuilder
protected String maxResults
protected Properties namedParameters
protected String sortBy
protected boolean quotePatternParameters
protected boolean escapePatternParameters
protected String sortOrder
public org.nuxeo.ecm.automation.jaxrs.io.documents.PaginableDocumentModelListImpl run() throws OperationException
OperationExceptionpublic static DocumentModel getSearchDocumentModel(CoreSession session, PageProviderService pps, String providerName, Properties namedParameters)
Copyright © 2019 Nuxeo SA. All rights reserved.