public class UserEventListenerActivityBehaviour extends CoreCmmnTriggerableActivityBehavior implements PlanItemActivityBehavior
CmmnActivityBehavior implementation for the CMMN User Event Listener.| Modifier and Type | Field and Description |
|---|---|
protected String[] |
authorizedRoleRefs |
| Constructor and Description |
|---|
UserEventListenerActivityBehaviour(org.flowable.cmmn.model.UserEventListener userEventListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
triggerexecuteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittriggerexecuteprotected String[] authorizedRoleRefs
public UserEventListenerActivityBehaviour(org.flowable.cmmn.model.UserEventListener userEventListener)
public void onStateTransition(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition)
onStateTransition in interface PlanItemActivityBehaviorpublic void execute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
execute in class CoreCmmnActivityBehaviorpublic void trigger(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
trigger in class CoreCmmnTriggerableActivityBehaviorCopyright © 2021 Flowable. All rights reserved.