public interface DocumentDefinitionService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Document> |
getAllGenericDocuments()
Returns list of all latest documents of type "GENERIC".
|
DocumentDefinition |
getDocumentDefinition(java.lang.String documentId)
Returns latest
DocumentDefinition for the provided QID |
DocumentDefinition |
getDocumentDefinition(java.lang.String documentName,
Module module)
Returns
DocumentDefinition with the specified name defined in a module. |
Module |
getDocumentModule(java.lang.String documentId)
Returns latest module in which the document is defined.
|
DocumentDefinition getDocumentDefinition(java.lang.String documentId) throws DocumentNotFoundException
DocumentDefinition for the provided QIDdocumentId - DocumentNotFoundExceptionDocumentDefinition getDocumentDefinition(java.lang.String documentName, Module module) throws DocumentNotFoundException
DocumentDefinition with the specified name defined in a module.module - documentName - DocumentNotFoundExceptionModule getDocumentModule(java.lang.String documentId) throws DocumentNotFoundException
documentId - DocumentNotFoundExceptionjava.util.List<Document> getAllGenericDocuments()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.