Class AbstractGroupsPageProvider<T>

java.lang.Object
org.nuxeo.ecm.platform.query.api.AbstractPageProvider<T>
org.nuxeo.ecm.platform.usermanager.providers.AbstractGroupsPageProvider<T>
All Implemented Interfaces:
Serializable, PageProvider<T>
Direct Known Subclasses:
GroupsPageProvider, NuxeoGroupsPageProvider

public abstract class AbstractGroupsPageProvider<T> extends AbstractPageProvider<T>
Abstract Page provider listing groups.

This page provider requires one parameter: the first one to be filled with the search string.

This page provider requires the property GROUPS_LISTING_MODE_PROPERTY to be filled with a the listing mode to use.

Since:
5.8
Author:
Thomas Roger
See Also: