| Modifier and Type | Interface and Description |
|---|---|
interface |
CmmnTriggerableActivityBehavior
Behavior interface, like
CmmnActivityBehavior, when the CMMN engine
decides the behavior for a plan item needs to be executed and the behavior
acts as a wait state. |
interface |
PlanItemActivityBehavior
Behavior interface, like the
CmmnActivityBehavior and CmmnTriggerableActivityBehavior interfaces,
exposing even more low-level hookpoints to add custom logic. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreCmmnActivityBehavior
Superclass for
CmmnActivityBehavior implementations that are part of the
core CMMN behaviors of the CMMN Engine. |
class |
CoreCmmnTriggerableActivityBehavior
Superclass for
CmmnTriggerableActivityBehavior implementations that are part of the
core CMMN behaviors of the CMMN Engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseTaskActivityBehavior |
class |
DecisionTaskActivityBehavior |
class |
HumanTaskActivityBehavior |
class |
MilestoneActivityBehavior |
class |
PlanItemDelegateExpressionActivityBehavior
CmmnActivityBehavior used when 'delegateExpression' is used for a serviceTask. |
class |
PlanItemExpressionActivityBehavior
ActivityBehavior that evaluates an expression when executed.
|
class |
PlanItemJavaDelegateActivityBehavior |
class |
ProcessTaskActivityBehavior |
class |
ScriptTaskActivityBehavior
Implementation of ScriptActivity CMMN 2.0 PlanItem.
|
class |
StageActivityBehavior |
class |
TaskActivityBehavior |
class |
TimerEventListenerActivityBehaviour
CmmnActivityBehavior implementation for the CMMN Timer Event Listener. |
class |
UserEventListenerActivityBehaviour
CmmnActivityBehavior implementation for the CMMN User Event Listener. |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnClassDelegate |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnActivityBehavior |
CmmnClassDelegate.activityBehaviorInstance |
| Modifier and Type | Method and Description |
|---|---|
protected CmmnActivityBehavior |
CmmnClassDelegate.getCmmnActivityBehavior(String className,
org.flowable.variable.api.delegate.VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
CmmnActivityBehavior |
DefaultCmmnActivityBehaviorFactory.createHttpActivityBehavior(org.flowable.cmmn.model.PlanItem planItem,
org.flowable.cmmn.model.ServiceTask task) |
CmmnActivityBehavior |
CmmnActivityBehaviorFactory.createHttpActivityBehavior(org.flowable.cmmn.model.PlanItem planItem,
org.flowable.cmmn.model.ServiceTask task) |
Copyright © 2018 Flowable. All rights reserved.