| Package | Description |
|---|---|
| org.openfact.models | |
| org.openfact.models.types |
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
DocumentProvider.addDocument(DocumentType documentType,
String documentId,
OrganizationModel organization) |
DocumentQuery |
DocumentQuery.documentType(DocumentType... documentType) |
DocumentModel |
DocumentProvider.getDocumentByTypeAndDocumentId(DocumentType documentType,
String documentId,
OrganizationModel organization) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.getFromString(String value) |
static DocumentType |
DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.