public interface DocumentTemplateService extends EditableService<DocumentTemplateTable,Long>
| Modifier and Type | Method and Description | 
|---|---|
| List<DocumentTemplateTable> | getAllDocumentTemplatesForProcess(String processDefId) | 
| DocumentTemplateTable | getByName(String name,
         String... joins) | 
| DocumentTemplateTable | getByNameAndProcess(String name,
                   String processDefinitionId,
                   String... joins) | 
delete, save, updatecount, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResultDocumentTemplateTable getByName(String name, String... joins)
DocumentTemplateTable getByNameAndProcess(String name, String processDefinitionId, String... joins)
List<DocumentTemplateTable> getAllDocumentTemplatesForProcess(String processDefId)
Copyright © 2019 Suncode. All rights reserved.