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, update
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult
DocumentTemplateTable getByName(String name, String... joins)
DocumentTemplateTable getByNameAndProcess(String name, String processDefinitionId, String... joins)
List<DocumentTemplateTable> getAllDocumentTemplatesForProcess(String processDefId)
Copyright © 2019 Suncode. All rights reserved.