E
- parent data objectF
- transition field choice definition of the lifecycle of the objectpublic abstract class ComplexWorkflowStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>>
extends java.lang.Object
Constructor and Description |
---|
ComplexWorkflowStep()
creates a complex workflow step
|
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(DataObjectId<Workflow> workflowid,
E object,
ComplexWorkflowHelper<E,F> helper)
executes the workflow step
|
public abstract void execute(DataObjectId<Workflow> workflowid, E object, ComplexWorkflowHelper<E,F> helper)
workflowid
- id of the workflowobject
- object that is the subject of the workflowhelper
- the workflow helper task