Package org.nuxeo.client.objects.audit
Class Audit
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.PaginableEntity<LogEntry>
-
- org.nuxeo.client.objects.audit.Audit
-
- All Implemented Interfaces:
java.io.Serializable
public class Audit extends PaginableEntity<LogEntry>
- 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 Audit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<LogEntry>getLogEntries()LogEntrygetLogEntry(int index)-
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
-
-