Class FetchWorkflowConfigResponse
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.request.FetchWorkflowConfigResponse
-
- All Implemented Interfaces:
Serializable
public final class FetchWorkflowConfigResponse extends Object implements Serializable
POJO response data forFetchWorkflowConfigRequest
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchWorkflowConfigResponse(WorkflowProcess process, List<WorkflowState> states)
Creates a new POJO with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowProcess
getProcess()
List<WorkflowState>
getStates()
-
-
-
Constructor Detail
-
FetchWorkflowConfigResponse
public FetchWorkflowConfigResponse(WorkflowProcess process, List<WorkflowState> states)
Creates a new POJO with the given data.- Parameters:
process
- Value returned bygetProcess()
.states
- Value returned bygetStates()
.
-
-
Method Detail
-
getProcess
public WorkflowProcess getProcess()
- Returns:
- The workflow process with the tasks, triggers, and actions.
-
getStates
public List<WorkflowState> getStates()
- Returns:
- List of available states contained in the workflow version.
-
-