@Service @Transactional(readOnly=true) public class WorkflowTypeService extends Object
| Constructor and Description |
|---|
WorkflowTypeService() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTypes> |
getAllWorkflowTypes() |
WorkflowTypes |
getEnabledWorkflowTypeByType(String type) |
WorkflowTypes |
getWorkflowTypeById(Long id) |
WorkflowTypes |
getWorkflowTypeByType(String type) |
public WorkflowTypes getEnabledWorkflowTypeByType(String type)
public WorkflowTypes getWorkflowTypeByType(String type)
public List<WorkflowTypes> getAllWorkflowTypes()
public WorkflowTypes getWorkflowTypeById(Long id)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.