|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.ecm.platform.query.api.AbstractPageProvider<DocumentModel> org.nuxeo.ecm.platform.usermanager.providers.UsersPageProvider
public class UsersPageProvider
Page provider listing users.
This page provider requires two parameters: the first one to
be filled with the search string, and the second one to
be filled with the selected letter when using the tabbed
listing mode.
This page provider requires the property USERS_LISTING_MODE_PROPERTY
to
be filled with a the listing mode to use.
Field Summary |
---|
Fields inherited from interface org.nuxeo.ecm.platform.query.api.PageProvider |
---|
DEFAULT_MAX_PAGE_SIZE, UNKNOWN_SIZE, UNKNOWN_SIZE_AFTER_QUERY |
Constructor Summary | |
---|---|
UsersPageProvider()
|
Method Summary | |
---|---|
Collection<String> |
getCatalogLetters()
|
List<DocumentModel> |
getCurrentPage()
Returns the current page of results. |
boolean |
isSortable()
This page provider does not support sort for now => override what may be contributed in the definition |
void |
refresh()
Forces refresh of the current page. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UsersPageProvider()
Method Detail |
---|
public List<DocumentModel> getCurrentPage()
PageProvider
This method is designed to be called from higher levels. It therefore ensures cheapness of repeated calls, rather than data consistency. There is a refresh() method for that.
getCurrentPage
in interface PageProvider<DocumentModel>
getCurrentPage
in class AbstractPageProvider<DocumentModel>
public Collection<String> getCatalogLetters()
public boolean isSortable()
isSortable
in interface PageProvider<DocumentModel>
isSortable
in class AbstractPageProvider<DocumentModel>
public void refresh()
PageProvider
refresh
in interface PageProvider<DocumentModel>
refresh
in class AbstractPageProvider<DocumentModel>
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |