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