Class GroupMemberGroupsPageProvider
- java.lang.Object
- 
- org.nuxeo.ecm.platform.query.api.AbstractPageProvider<T>
- 
- org.nuxeo.ecm.platform.usermanager.providers.AbstractGroupMemberPageProvider<NuxeoGroup>
- 
- org.nuxeo.ecm.platform.usermanager.providers.GroupMemberGroupsPageProvider
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- PageProvider<NuxeoGroup>
 
 public class GroupMemberGroupsPageProvider extends AbstractGroupMemberPageProvider<NuxeoGroup> - Since:
- 8.2
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.nuxeo.ecm.platform.usermanager.providers.AbstractGroupMemberPageProvidercurrentPage, userManager
 - 
Fields inherited from class org.nuxeo.ecm.platform.query.api.AbstractPageProvidercurrentEntryIndex, currentHigherNonEmptyPageIndex, currentSelectPage, definition, error, errorMessage, highlights, log, maxPageSize, name, offset, PAGEPROVIDER_TRACK_PROPERTY_NAME, pageProviderChangedListener, pageSize, pageSizeOptions, parameters, properties, quickFilters, resultsCount, searchDocumentModel, selectedEntries, SKIPPED_SCHEMAS_FOR_SEARCHFIELD, sortable, sortInfos, tracking
 - 
Fields inherited from interface org.nuxeo.ecm.platform.query.api.PageProviderDEFAULT_MAX_PAGE_SIZE, DEFAULT_MAX_PAGE_SIZE_RUNTIME_PROP, HIGHLIGHT_CTX_DATA, PAGE_LIMIT_UNKNOWN, SKIP_AGGREGATES_PROP, UNKNOWN_SIZE, UNKNOWN_SIZE_AFTER_QUERY
 
- 
 - 
Constructor SummaryConstructors Constructor Description GroupMemberGroupsPageProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NuxeoGroupgetMember(String id)protected List<String>getMembers(NuxeoGroup group)- 
Methods inherited from class org.nuxeo.ecm.platform.usermanager.providers.AbstractGroupMemberPageProvidergetCurrentPage, getPageLimit, getUserManager, isSortable, pageChanged, safeLongToInt
 - 
Methods inherited from class org.nuxeo.ecm.platform.query.api.AbstractPageProvideraddQuickFilter, addSortInfo, fireSearchEvent, firstPage, getAggregateDefinitions, getAggregates, getAvailableQuickFilters, getBooleanProperty, getCurrentEntry, getCurrentHigherNonEmptyPageIndex, getCurrentPageIndex, getCurrentPageOffset, getCurrentPageSize, getCurrentPageStatus, getCurrentSelectPage, getDefaultMaxPageSize, getDefinition, getError, getErrorMessage, getHighlights, getMaxNumberOfEmptyPages, getMaxPageSize, getMinMaxPageSize, getName, getNumberOfPages, getPageSize, getPageSizeOptions, getParameters, getParametersChanged, getProperties, getQuickFilters, getResultsCount, getResultsCountLimit, getSearchDocumentModel, getSortInfo, getSortInfoIndex, getSortInfos, hasAggregateSupport, hasChangedParameters, hasError, incorporateAggregates, isLastPageAvailable, isNextEntryAvailable, isNextPageAvailable, isPreviousEntryAvailable, isPreviousPageAvailable, isSkipAggregates, isTrackingEnabled, lastPage, nextEntry, nextPage, notifyPageChanged, notifyRefresh, previousEntry, previousPage, refresh, searchDocumentModelChanged, setCurrentEntry, setCurrentEntryIndex, setCurrentHigherNonEmptyPageIndex, setCurrentPage, setCurrentPageIndex, setCurrentPageOffset, setDefinition, setHighlights, setMaxPageSize, setName, setPageProviderChangedListener, setPageSize, setPageSizeOptions, setParameters, setProperties, setQuickFilters, setResultsCount, setSearchDocumentModel, setSelectedEntries, setSortable, setSortInfo, setSortInfo, setSortInfos, sortInfoChanged
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.nuxeo.ecm.platform.query.api.PageProvideraddQuickFilter, addSortInfo, firstPage, getAggregateDefinitions, getAggregates, getAvailableQuickFilters, getCurrentEntry, getCurrentPageIndex, getCurrentPageOffset, getCurrentPageSize, getCurrentPageStatus, getCurrentSelectPage, getDefinition, getError, getErrorMessage, getHighlights, getMaxPageSize, getName, getNumberOfPages, getPageSize, getPageSizeOptions, getParameters, getProperties, getQuickFilters, getResultsCount, getResultsCountLimit, getSearchDocumentModel, getSortInfo, getSortInfoIndex, getSortInfos, hasAggregateSupport, hasChangedParameters, hasError, isLastPageAvailable, isNextEntryAvailable, isNextPageAvailable, isPreviousEntryAvailable, isPreviousPageAvailable, isSkipAggregates, lastPage, nextEntry, nextPage, previousEntry, previousPage, refresh, setCurrentEntry, setCurrentEntryIndex, setCurrentPage, setCurrentPageIndex, setCurrentPageOffset, setDefinition, setHighlights, setMaxPageSize, setName, setPageProviderChangedListener, setPageSize, setPageSizeOptions, setParameters, setProperties, setQuickFilters, setResultsCount, setSearchDocumentModel, setSelectedEntries, setSortable, setSortInfo, setSortInfo, setSortInfos
 
- 
 
- 
- 
- 
Constructor Detail- 
GroupMemberGroupsPageProviderpublic GroupMemberGroupsPageProvider() 
 
- 
 - 
Method Detail- 
getMembersprotected List<String> getMembers(NuxeoGroup group) - Specified by:
- getMembersin class- AbstractGroupMemberPageProvider<NuxeoGroup>
 
 - 
getMemberprotected NuxeoGroup getMember(String id) - Specified by:
- getMemberin class- AbstractGroupMemberPageProvider<NuxeoGroup>
 
 
- 
 
-