Class UnpackedFlowchartSnapshot
java.lang.Object
de.xima.fc.workflow.designer.model.UnpackedFlowchartSnapshot
- All Implemented Interfaces:
Serializable
POJO for an extracted flowchart snapshot.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnpackedFlowchartSnapshot
(ProcessModel processModel, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, List<WorkflowStateModel> mergedStates) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
UnpackedFlowchartSnapshot
public UnpackedFlowchartSnapshot(ProcessModel processModel, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, List<WorkflowStateModel> mergedStates) Creates a new POJO with the given data.- Parameters:
processModel
- Value returned bygetProcessModel()
.paramsMap
- Value returned bygetParamsMap()
.mergedStates
- Value returned bygetMergedStates()
.
-
-
Method Details
-
getMergedStates
- Returns:
- The states from the snapshot, merged with the persistent states.
-
getParamsMap
- Returns:
- The params map from the snapshot.
-
getProcessModel
- Returns:
- The process model from the snapshot.
-