Package org.sterl.pmw.model
Class ErrorStep<T extends Serializable>
java.lang.Object
org.sterl.pmw.model.ErrorStep<T>
- All Implemented Interfaces:
WorkflowStep<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(WorkflowContext<T> context) Optional label for the connector leading to this step, just for readabilitygetId()Unique ID of this step in case of updates to the workflow this Id should not change.boolean
-
Constructor Details
-
ErrorStep
-
-
Method Details
-
getId
Description copied from interface:WorkflowStepUnique ID of this step in case of updates to the workflow this Id should not change.- Specified by:
getIdin interfaceWorkflowStep<T extends Serializable>
-
getDescription
- Specified by:
getDescriptionin interfaceWorkflowStep<T extends Serializable>
-
getConnectorLabel
Description copied from interface:WorkflowStepOptional label for the connector leading to this step, just for readability- Specified by:
getConnectorLabelin interfaceWorkflowStep<T extends Serializable>
-
isTransactional
public boolean isTransactional()- Specified by:
isTransactionalin interfaceWorkflowStep<T extends Serializable>
-
apply
- Specified by:
applyin interfaceWorkflowStep<T extends Serializable>
-