@Service @Transactional(readOnly=true) public class StateService extends Object
| Constructor and Description |
|---|
StateService(StateRepository stateRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssignedWorkflowTypeNames(List<Long> ownerIds) |
State |
getStateById(Long id) |
boolean |
isPositionUnderWorkflow(Long posId) |
@Autowired public StateService(StateRepository stateRepository)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.