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) |
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
.@Deprecated protected Integer page
protected Integer currentPageIndex
@Deprecated protected StringList sortInfoAsStringList
and @link #sortOrder
.protected StringList strParameters
protected String documentLinkBuilder
protected String maxResults
protected Properties namedParameters
protected boolean quotePatternParameters
protected boolean escapePatternParameters
public DocumentPageProviderOperation()
public PaginableDocumentModelListImpl run() throws OperationException
OperationException
public static DocumentModel getSearchDocumentModel(CoreSession session, PageProviderService pps, String providerName, Properties namedParameters)
Copyright © 2015 Nuxeo SA. All rights reserved.