public class Documents extends PaginableEntity<Document> implements Connectable
currentPageIndex, currentPageSize, entries, errorMessage, hasError, isLastPageAvailable, isNextPageAvailable, isPaginable, isPreviousPageAvailable, isSortable, maxPageSize, numberOfPages, pageCount, pageIndex, pageSize, resultsCount, totalSizeentityType| Constructor and Description |
|---|
Documents() |
Documents(List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocument(Document document) |
Document |
getDocument(int index) |
List<Document> |
getDocuments() |
void |
reconnectWith(NuxeoClient nuxeoClient) |
void |
removeDocument(Document document) |
getCurrentPageIndex, getCurrentPageSize, getEntries, getEntry, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageCount, getPageIndex, getPageSize, getResultsCount, getTotalSize, hasError, isLastPageAvailable, isNextPageAvailable, isPaginable, isPreviousPageAvailable, isSortable, isTrue, size, streamEntriesgetEntityTypepublic void addDocument(Document document)
public void removeDocument(Document document)
public Document getDocument(int index)
public void reconnectWith(NuxeoClient nuxeoClient)
reconnectWith in interface ConnectableCopyright © 2018 Nuxeo. All rights reserved.