Class FetchWorkflowConfigResponse
java.lang.Object
de.xima.fc.gui.bean.designer.request.FetchWorkflowConfigResponse
- All Implemented Interfaces:
Serializable
POJO response data for
FetchWorkflowConfigRequest
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFetchWorkflowConfigResponse
(WorkflowProcess process, List<WorkflowState> states) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
FetchWorkflowConfigResponse
Creates a new POJO with the given data.- Parameters:
process
- Value returned bygetProcess()
.states
- Value returned bygetStates()
.
-
-
Method Details
-
getProcess
- Returns:
- The workflow process with the tasks, triggers, and actions.
-
getStates
- Returns:
- List of available states contained in the workflow version.
-