public class StageActivityBehavior extends CoreCmmnTriggerableActivityBehavior implements PlanItemActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.model.Stage |
stage |
| Constructor and Description |
|---|
StageActivityBehavior(org.flowable.cmmn.model.Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
handleChildPlanItemInstances(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
triggerexecuteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittriggerexecutepublic StageActivityBehavior(org.flowable.cmmn.model.Stage stage)
public void execute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
execute in class CoreCmmnActivityBehaviorpublic void trigger(CommandContext commandContext, PlanItemInstanceEntity planItemInstance)
trigger in class CoreCmmnTriggerableActivityBehaviorpublic void onStateTransition(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition)
onStateTransition in interface PlanItemActivityBehaviorprotected void handleChildPlanItemInstances(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition)
Copyright © 2019 Flowable. All rights reserved.