public class PlanItemDelegateExpressionActivityBehavior extends CoreCmmnTriggerableActivityBehavior
CmmnActivityBehavior used when 'delegateExpression' is used for a serviceTask.| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected List<FieldExtension> |
fieldExtensions |
| Constructor and Description |
|---|
PlanItemDelegateExpressionActivityBehavior(String expression,
List<FieldExtension> fieldExtensions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
triggerexecuteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected String expression
protected List<FieldExtension> fieldExtensions
public PlanItemDelegateExpressionActivityBehavior(String expression, List<FieldExtension> fieldExtensions)
public void execute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
execute in class CoreCmmnActivityBehaviorpublic void trigger(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
trigger in class CoreCmmnTriggerableActivityBehaviorCopyright © 2023 Flowable. All rights reserved.