E
- data object the worfklow is aboutF
- transition choice used for the lifecycle of the objectpublic class ComplexWorkflowClose<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>> extends ComplexWorkflowStep<E,F>
Constructor and Description |
---|
ComplexWorkflowClose()
creates a complex workflow close widget
|
Modifier and Type | Method and Description |
---|---|
void |
execute(DataObjectId<Workflow> workflowid,
E object,
ComplexWorkflowHelper<E,F> workflowhelper)
executes the workflow step
|
public ComplexWorkflowClose()
public void execute(DataObjectId<Workflow> workflowid, E object, ComplexWorkflowHelper<E,F> workflowhelper)
ComplexWorkflowStep
execute
in class ComplexWorkflowStep<E extends DataObject<E> & LifecycleInterface<E,F>,F extends TransitionFieldChoiceDefinition<F>>
workflowid
- id of the workflowobject
- object that is the subject of the workflowworkflowhelper
- the workflow helper task