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
public class SendEventActivityBehavior extends TaskActivityBehavior
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.cmmn.model.SendEventServiceTaskserviceTask-
Fields inherited from class org.flowable.cmmn.engine.impl.behavior.impl.TaskActivityBehavior
isBlocking, isBlockingExpression
-
-
Constructor Summary
Constructors Constructor Description SendEventActivityBehavior(org.flowable.cmmn.model.SendEventServiceTask serviceTask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)protected List<org.flowable.eventregistry.model.ChannelModel>getChannelModels(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel)protected StringgetEventKey()protected 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, trigger
-
Methods inherited from class org.flowable.cmmn.engine.impl.behavior.CoreCmmnTriggerableActivityBehavior
trigger
-
Methods inherited from class org.flowable.cmmn.engine.impl.behavior.CoreCmmnActivityBehavior
execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.cmmn.engine.impl.behavior.CmmnActivityBehavior
execute
-
-
-
-
Method Detail
-
execute
public void execute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
- Overrides:
executein classTaskActivityBehavior
-
getEventModel
protected org.flowable.eventregistry.model.EventModel getEventModel(PlanItemInstanceEntity planItemInstanceEntity, String key)
-
isSendOnSystemChannel
protected boolean isSendOnSystemChannel(PlanItemInstanceEntity planItemInstanceEntity)
-
getChannelModels
protected List<org.flowable.eventregistry.model.ChannelModel> getChannelModels(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel)
-
getEventKey
protected String getEventKey()
-
-