Class SendEventActivityBehavior
java.lang.Object
org.flowable.cmmn.engine.impl.behavior.CoreCmmnActivityBehavior
org.flowable.cmmn.engine.impl.behavior.CoreCmmnTriggerableActivityBehavior
org.flowable.cmmn.engine.impl.behavior.impl.TaskActivityBehavior
org.flowable.cmmn.engine.impl.behavior.impl.SendEventActivityBehavior
- All Implemented Interfaces:
CmmnActivityBehavior,CmmnTriggerableActivityBehavior
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.cmmn.model.SendEventServiceTaskFields inherited from class org.flowable.cmmn.engine.impl.behavior.impl.TaskActivityBehavior
isBlocking, isBlockingExpression -
Constructor Summary
ConstructorsConstructorDescriptionSendEventActivityBehavior(org.flowable.cmmn.model.SendEventServiceTask serviceTask) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected List<org.flowable.eventregistry.model.ChannelModel>getChannelModels(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel) protected Stringprotected org.flowable.eventregistry.model.EventModelgetEventModel(PlanItemInstanceEntity planItemInstanceEntity, String key) protected booleanisSendOnSystemChannel(PlanItemInstanceEntity planItemInstanceEntity) Methods inherited from class org.flowable.cmmn.engine.impl.behavior.impl.TaskActivityBehavior
evaluateIsBlocking, triggerMethods inherited from class org.flowable.cmmn.engine.impl.behavior.CoreCmmnTriggerableActivityBehavior
triggerMethods inherited from class org.flowable.cmmn.engine.impl.behavior.CoreCmmnActivityBehavior
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.cmmn.engine.impl.behavior.CmmnActivityBehavior
execute
-
Field Details
-
serviceTask
protected org.flowable.cmmn.model.SendEventServiceTask serviceTask
-
-
Constructor Details
-
SendEventActivityBehavior
public SendEventActivityBehavior(org.flowable.cmmn.model.SendEventServiceTask serviceTask)
-
-
Method Details
-
execute
- Overrides:
executein classTaskActivityBehavior
-
getEventModel
protected org.flowable.eventregistry.model.EventModel getEventModel(PlanItemInstanceEntity planItemInstanceEntity, String key) -
isSendOnSystemChannel
-
getChannelModels
protected List<org.flowable.eventregistry.model.ChannelModel> getChannelModels(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel) -
getEventKey
-