public abstract class AbstractMiniMessagePageProvider<T> extends AbstractActivityPageProvider<T>
Modifier and Type | Field and Description |
---|---|
static String |
ACTOR_PROPERTY |
static String |
FOR_ACTOR_STREAM_TYPE |
static String |
FROM_ACTOR_STREAM_TYPE |
static String |
LOCALE_PROPERTY |
static String |
RELATIONSHIP_KIND_PROPERTY |
static String |
STREAM_TYPE_PROPERTY |
log
DEFAULT_MAX_PAGE_SIZE, DEFAULT_MAX_PAGE_SIZE_RUNTIME_PROP, PAGE_LIMIT_UNKNOWN, UNKNOWN_SIZE, UNKNOWN_SIZE_AFTER_QUERY
Constructor and Description |
---|
AbstractMiniMessagePageProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSortable()
Returns if this provider is sortable
|
void |
refresh()
Refresh hook, to override for custom behavior
|
getNextOffset
addSortInfo, firstPage, getCurrentEntry, getCurrentHigherNonEmptyPageIndex, getCurrentPage, getCurrentPageIndex, getCurrentPageOffset, getCurrentPageSize, getCurrentPageStatus, getCurrentSelectPage, getDefinition, getError, getErrorMessage, getMaxNumberOfEmptyPages, getMaxPageSize, getMinMaxPageSize, getName, getNumberOfPages, getPageLimit, getPageSize, getParameters, getProperties, getResultsCount, getSearchDocumentModel, getSortInfo, getSortInfoIndex, getSortInfos, hasChangedParameters, hasError, isLastPageAvailable, isNextEntryAvailable, isNextPageAvailable, isPreviousEntryAvailable, isPreviousPageAvailable, last, lastPage, next, nextEntry, nextPage, previous, previousEntry, previousPage, rewind, setCurrentEntry, setCurrentEntryIndex, setCurrentHigherNonEmptyPageIndex, setCurrentPage, setCurrentPageIndex, setCurrentPageOffset, setDefinition, setMaxPageSize, setName, setPageProviderChangedListener, setPageSize, setParameters, setProperties, setResultsCount, setSearchDocumentModel, setSelectedEntries, setSortable, setSortInfo, setSortInfo, setSortInfos
public static final String LOCALE_PROPERTY
public static final String ACTOR_PROPERTY
public static final String RELATIONSHIP_KIND_PROPERTY
public static final String STREAM_TYPE_PROPERTY
public static final String FOR_ACTOR_STREAM_TYPE
public static final String FROM_ACTOR_STREAM_TYPE
public boolean isSortable()
PageProvider
isSortable
in interface PageProvider<T>
isSortable
in class AbstractPageProvider<T>
public void refresh()
AbstractPageProvider
When overriding it, call super.refresh()
as last statement
to make sure that the PageProviderChangedListener
is called with
the up-to-date @{code PageProvider} state.
refresh
in interface PageProvider<T>
refresh
in class AbstractPageProvider<T>
Copyright © 2013 Nuxeo SA. All Rights Reserved.