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<org.flowable.cmmn.model.FieldExtension> |
fieldExtensions |
| Constructor and Description |
|---|
PlanItemDelegateExpressionActivityBehavior(String expression,
List<org.flowable.cmmn.model.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<org.flowable.cmmn.model.FieldExtension> fieldExtensions
public 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.