Class PlanItemDelegateExpressionActivityBehavior
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.behavior.CoreCmmnActivityBehavior
-
- org.flowable.cmmn.engine.impl.behavior.CoreCmmnTriggerableActivityBehavior
-
- org.flowable.cmmn.engine.impl.behavior.impl.PlanItemDelegateExpressionActivityBehavior
-
- All Implemented Interfaces:
CmmnActivityBehavior,CmmnTriggerableActivityBehavior
public class PlanItemDelegateExpressionActivityBehavior extends CoreCmmnTriggerableActivityBehavior
CmmnActivityBehaviorused when 'delegateExpression' is used for a serviceTask.- Author:
- Joram Barrez, Josh Long, Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringexpressionprotected List<org.flowable.cmmn.model.FieldExtension>fieldExtensions
-
Constructor Summary
Constructors Constructor Description PlanItemDelegateExpressionActivityBehavior(String expression, List<org.flowable.cmmn.model.FieldExtension> fieldExtensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)voidtrigger(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)-
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)
- Specified by:
executein classCoreCmmnActivityBehavior
-
trigger
public void trigger(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
- Specified by:
triggerin classCoreCmmnTriggerableActivityBehavior
-
-