Modifier and Type | Class and Description |
---|---|
class |
CaseDocumentPageProvider
CaseDocumentPageProvider fetch case children using Case adapter
or CaseItem children using CoreSession API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActivityPageProvider<T>
Basic PageProvider used to handle list of Activities.
|
Modifier and Type | Method and Description |
---|---|
PageProvider<DocumentModel> |
PaginableDocumentModelListImpl.getProvider() |
Constructor and Description |
---|
PaginableDocumentModelListImpl(PageProvider<DocumentModel> provider) |
Modifier and Type | Class and Description |
---|---|
class |
AuditPageProvider
PageProvider implementation that returns LogEntry from Audit
Service |
Modifier and Type | Method and Description |
---|---|
PageProvider<?> |
ContentViewImpl.getCurrentPageProvider() |
PageProvider<?> |
ContentView.getCurrentPageProvider()
Returns the current page provider, or null if methods
ContentView.getPageProvider() ,
ContentView.getPageProvider(DocumentModel, List, Long, Long, Object...) or
ContentView.getPageProviderWithParams(Object...) were never called before. |
PageProvider<?> |
ContentViewImpl.getPageProvider() |
PageProvider<?> |
ContentView.getPageProvider()
Gets page provider according to given parameters
|
PageProvider<?> |
ContentViewImpl.getPageProvider(DocumentModel searchDocument,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Object... params)
Returns cached page provider if it exists or build a new one if
parameters have changed.
|
PageProvider<?> |
ContentView.getPageProvider(DocumentModel searchDocument,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Object... params)
Gets page provider according to given parameters
|
PageProvider<?> |
ContentViewServiceImpl.getPageProvider(String name,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Object... parameters) |
PageProvider<?> |
ContentViewService.getPageProvider(String contentViewName,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Object... parameters)
Returns the page provider computed from the content view with given
name.
|
PageProvider<?> |
ContentViewImpl.getPageProviderWithParams(Object... params) |
PageProvider<?> |
ContentView.getPageProviderWithParams(Object... params)
Gets page provider according to given parameters
|
Modifier and Type | Class and Description |
---|---|
class |
UserProcessPageProvider
Page provider for
DocumentProcessItem elements. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageProvider<T>
Basic implementation for a
PageProvider |
Modifier and Type | Method and Description |
---|---|
PageProvider<?> |
PageProviderService.getPageProvider(String name,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Map<String,Serializable> properties,
Object... parameters)
Returns an instance of page provider with given name.
|
PageProvider<?> |
PageProviderService.getPageProvider(String name,
PageProviderDefinition desc,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Map<String,Serializable> properties,
Object... parameters)
Returns an instance of page provider with given name and definition.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyPageProvider<T extends Serializable> |
Modifier and Type | Method and Description |
---|---|
PageProvider<?> |
PageProviderServiceImpl.getPageProvider(String name,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Map<String,Serializable> properties,
Object... parameters) |
PageProvider<?> |
PageProviderServiceImpl.getPageProvider(String name,
PageProviderDefinition desc,
List<SortInfo> sortInfos,
Long pageSize,
Long currentPage,
Map<String,Serializable> properties,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
Class<PageProvider<?>> |
GenericPageProviderDescriptor.getPageProviderClass() |
Modifier and Type | Class and Description |
---|---|
class |
CoreQueryAndFetchPageProvider
Page provider performing a queryAndFetch on a core session.
|
class |
CoreQueryDocumentPageProvider
Page provider performing a query on a core session.
|
Modifier and Type | Method and Description |
---|---|
PageProvider<DocumentModel> |
LocalEntityService.getRelatedDocuments(CoreSession session,
DocumentRef entityRef,
String documentType)
Find entities of a given type related to a given document.
|
PageProvider<DocumentModel> |
LocalEntityService.getRelatedEntities(CoreSession session,
DocumentRef docRef,
String entityType)
Find entities of a given type related to a given document.
|
Modifier and Type | Method and Description |
---|---|
PageProvider<DocumentModel> |
SemanticEntitiesActions.getCurrentEntityOccurrenceProvider() |
PageProvider<DocumentModel> |
SemanticEntitiesActions.getEntityOccurrenceProvider(DocumentModel entity)
Return the documents that hold an occurrence to the given entity.
|
Modifier and Type | Class and Description |
---|---|
class |
CMISQLDocumentPageProvider
Simple PageProvider implementation that uses the CMISQL api to be able to
perform paginated joins.
|
Modifier and Type | Method and Description |
---|---|
PageProvider<DocumentModel> |
LocalEntityServiceImpl.getRelatedDocuments(CoreSession session,
DocumentRef entityRef,
String documentType) |
PageProvider<DocumentModel> |
LocalEntityServiceImpl.getRelatedEntities(CoreSession session,
DocumentRef docRef,
String entityType) |
Modifier and Type | Class and Description |
---|---|
class |
ShibbolethGroupsPageProvider
Page provider listing Shibboleth groups
|
Modifier and Type | Class and Description |
---|---|
class |
UserTaskPageProvider
Page provider for
DashBoardItem elements. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupsPageProvider
Abstract Page provider listing groups.
|
class |
GroupsPageProvider
Default Groups Provider
|
class |
UsersPageProvider
Page provider listing users.
|
Modifier and Type | Class and Description |
---|---|
class |
UserActivityStreamPageProvider
Page provider listing activity messages for a given actor
|
Modifier and Type | Class and Description |
---|---|
class |
MiniMessagePageProvider
Page provider listing mini messages for a given actor
|
Modifier and Type | Method and Description |
---|---|
static String |
MiniMessageHelper.toJSON(PageProvider<MiniMessage> pageProvider,
Locale locale,
CoreSession session) |
Modifier and Type | Class and Description |
---|---|
class |
UserRelationshipPageProvider
Page provider listing user's relationships
|
Modifier and Type | Class and Description |
---|---|
class |
SocialWorkspaceActivityStreamPageProvider
Page provider listing activity messages for a given social workspace
|
class |
SocialWorkspaceMiniMessagePageProvider
Page provider listing mini messages for a given social workspace
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.