| Package | Description |
|---|---|
| org.egov.infra.workflow.repository | |
| org.egov.infra.workflow.service |
| Modifier and Type | Method and Description |
|---|---|
WorkflowAction |
WorkflowActionRepository.findByNameAndType(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowAction> |
WorkflowActionRepository.findAllByTypeAndNameIn(String type,
List<String> names) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowAction |
WorkflowActionService.getWorkflowActionByNameAndType(String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowAction> |
WorkflowActionService.getAllWorkflowActionByTypeAndActionNames(String type,
List<String> names) |
List<WorkflowAction> |
WorkflowService.getValidActions(T stateAware)
Returns a set of valid actions that can be executed on the stateAware.
|
List<WorkflowAction> |
SimpleWorkflowService.getValidActions(T stateAware) |
| Modifier and Type | Method and Description |
|---|---|
T |
WorkflowService.transition(WorkflowAction workflowAction,
T stateAware,
String comment)
Moves the stateAware from the current state to the next state.
|
T |
SimpleWorkflowService.transition(WorkflowAction workflowAction,
T stateAware,
String comments) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.