public abstract class AbstractSocialWorkspaceMiniMessagePageProvider<T> extends AbstractActivityPageProvider<T>
Modifier and Type | Field and Description |
---|---|
static String |
LOCALE_PROPERTY |
static String |
RELATIONSHIP_KIND_PROPERTY |
static String |
REPOSITORY_NAME_PROPERTY |
static String |
SOCIAL_WORKSPACE_ID_PROPERTY |
log
DEFAULT_MAX_PAGE_SIZE, DEFAULT_MAX_PAGE_SIZE_RUNTIME_PROP, PAGE_LIMIT_UNKNOWN, UNKNOWN_SIZE, UNKNOWN_SIZE_AFTER_QUERY
Constructor and Description |
---|
AbstractSocialWorkspaceMiniMessagePageProvider() |
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, getAggregateDefinitions, getAggregates, 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, hasAggregateSupport, 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 SOCIAL_WORKSPACE_ID_PROPERTY
public static final String REPOSITORY_NAME_PROPERTY
public static final String RELATIONSHIP_KIND_PROPERTY
public AbstractSocialWorkspaceMiniMessagePageProvider()
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 © 2015 Nuxeo SA. All rights reserved.