Package org.nuxeo.client.objects.user
Class Groups
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.PaginableEntity<Group>
-
- org.nuxeo.client.objects.user.Groups
-
- All Implemented Interfaces:
java.io.Serializable
public class Groups extends PaginableEntity<Group>
- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.client.objects.PaginableEntity
currentPageIndex, currentPageSize, entries, errorMessage, hasError, isLastPageAvailable, isNextPageAvailable, isPaginable, isPreviousPageAvailable, isSortable, maxPageSize, numberOfPages, pageCount, pageIndex, pageSize, resultsCount, totalSize
-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Constructor Summary
Constructors Constructor Description Groups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Group>getGroups()-
Methods inherited from class org.nuxeo.client.objects.PaginableEntity
getCurrentPageIndex, getCurrentPageSize, getEntries, getEntry, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageCount, getPageIndex, getPageSize, getResultsCount, getTotalSize, hasError, isLastPageAvailable, isNextPageAvailable, isPaginable, isPreviousPageAvailable, isSortable, isTrue, size, streamEntries
-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-
-
-
Method Detail
-
getGroups
public java.util.List<Group> getGroups()
-
-