| Package | Description |
|---|---|
| org.openfact.models |
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
DocumentProvider.addDocument(DocumentType documentType,
String documentId,
OrganizationModel organization) |
DocumentModel |
DocumentProvider.addDocument(String documentType,
String documentId,
OrganizationModel organization) |
DocumentModel |
DocumentModel.DocumentCreationEvent.getCreatedDocument() |
DocumentModel |
DocumentModel.DocumentPostCreateEvent.getCreatedDocument() |
DocumentModel |
DocumentModel.DocumentRemovedEvent.getDocument() |
DocumentModel |
DocumentProvider.getDocumentById(String id,
OrganizationModel organization) |
DocumentModel |
DocumentProvider.getDocumentByTypeAndDocumentId(DocumentType documentType,
String documentId,
OrganizationModel organization) |
DocumentModel |
DocumentProvider.getDocumentByTypeAndDocumentId(String documentType,
String documentId,
OrganizationModel organization) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentModel> |
DocumentModel.getAttachedDocumentsAsDestiny() |
List<DocumentModel> |
DocumentModel.getAttachedDocumentsAsOrigin()
Attatched documents
|
List<DocumentModel> |
DocumentProvider.getDocuments(OrganizationModel organization) |
List<DocumentModel> |
DocumentProvider.getDocuments(OrganizationModel organization,
int firstResult,
int maxResults) |
List<DocumentModel> |
DocumentQuery.ListEntityQuery.getResultList() |
ScrollModel<DocumentModel> |
DocumentQuery.ScrollEntityQuery.getScrollResult(int scrollSize) |
ScrollModel<List<DocumentModel>> |
DocumentQuery.ScrollEntityQuery.getScrollResultList(int listSize) |
SearchResultsModel<DocumentModel> |
DocumentQuery.SearchResultEntityQuery.getSearchResult() |
SearchResultsModel<DocumentModel> |
DocumentQuery.SearchResultEntityQuery.getSearchResult(PagingModel pagingModel) |
List<DocumentModel> |
DocumentProvider.searchForDocument(String filterText,
OrganizationModel organization) |
List<DocumentModel> |
DocumentProvider.searchForDocument(String filterText,
OrganizationModel organization,
int firstResult,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentModel.addAttachedDocument(DocumentModel document) |
boolean |
DocumentModel.removeAttachedDocument(DocumentModel document) |
Copyright © 2017. All rights reserved.