Package io.iworkflow.core.mapper
Class StateMovementMapper
java.lang.Object
io.iworkflow.core.mapper.StateMovementMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
autoFillFailureProceedingStateOptions
(WorkflowStateOptions stateOptions, String workflowType, Registry registry) static StateMovement
toGenerated
(StateMovement stateMovement, String workflowType, Registry registry, ObjectEncoder objectEncoder) static WorkflowStateOptions
static WorkflowStateOptions
toIdlWorkflowStateOptionsWithValidation
(WorkflowStateOptions stateOptions, String stateId)
-
Constructor Details
-
StateMovementMapper
public StateMovementMapper()
-
-
Method Details
-
toGenerated
public static StateMovement toGenerated(StateMovement stateMovement, String workflowType, Registry registry, ObjectEncoder objectEncoder) -
autoFillFailureProceedingStateOptions
public static void autoFillFailureProceedingStateOptions(WorkflowStateOptions stateOptions, String workflowType, Registry registry) -
toIdlWorkflowStateOptionsWithValidation
-
toIdlWorkflowStateOptionsWithValidation
public static WorkflowStateOptions toIdlWorkflowStateOptionsWithValidation(WorkflowStateOptions stateOptions, String stateId)
-