Package | Description |
---|---|
org.camunda.bpm.application | |
org.camunda.bpm.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate s. |
org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
org.camunda.bpm.engine.impl.cmmn.execution | |
org.camunda.bpm.engine.impl.core.delegate | |
org.camunda.bpm.engine.impl.core.instance | |
org.camunda.bpm.engine.impl.core.model | |
org.camunda.bpm.engine.impl.core.operation | |
org.camunda.bpm.engine.impl.delegate | |
org.camunda.bpm.engine.impl.el | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.pvm.delegate | |
org.camunda.bpm.engine.impl.pvm.process | |
org.camunda.bpm.engine.impl.pvm.runtime | |
org.camunda.bpm.engine.impl.task.delegate | |
org.camunda.bpm.engine.impl.variable.listener |
Modifier and Type | Field and Description |
---|---|
protected BaseDelegateExecution |
InvocationContext.execution |
Modifier and Type | Method and Description |
---|---|
BaseDelegateExecution |
InvocationContext.getExecution() |
Constructor and Description |
---|
InvocationContext(BaseDelegateExecution execution) |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegateListener<T extends BaseDelegateExecution> |
interface |
DelegateVariableInstance<T extends BaseDelegateExecution> |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegateCaseExecution |
interface |
DelegateExecution
Execution used in
JavaDelegate s and ExecutionListener s. |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
CmmnActivityExecution |
interface |
CmmnCaseInstance |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionImpl |
class |
CmmnExecution |
Modifier and Type | Interface and Description |
---|---|
interface |
CoreActivityBehavior<T extends BaseDelegateExecution> |
Modifier and Type | Class and Description |
---|---|
class |
CoreExecution
Defines the base API for the execution of an activity.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.builtInListeners
contains built-in listeners
|
protected Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.listeners
contains all listeners (built-in + user-provided)
|
Modifier and Type | Method and Description |
---|---|
abstract CoreActivityBehavior<? extends BaseDelegateExecution> |
CoreActivity.getActivityBehavior() |
Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.getBuiltInListeners() |
List<DelegateListener<? extends BaseDelegateExecution>> |
CoreModelElement.getBuiltInListeners(String eventName) |
Map<String,List<DelegateListener<? extends BaseDelegateExecution>>> |
CoreModelElement.getListeners() |
List<DelegateListener<? extends BaseDelegateExecution>> |
CoreModelElement.getListeners(String eventName) |
Modifier and Type | Method and Description |
---|---|
void |
CoreModelElement.addBuiltInListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener) |
void |
CoreModelElement.addBuiltInListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener,
int index) |
void |
CoreModelElement.addListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener) |
void |
CoreModelElement.addListener(String eventName,
DelegateListener<? extends BaseDelegateExecution> listener,
int index) |
Modifier and Type | Method and Description |
---|---|
protected List<DelegateListener<? extends BaseDelegateExecution>> |
AbstractEventAtomicOperation.getBuiltinListeners(CoreModelElement scope) |
protected List<DelegateListener<? extends BaseDelegateExecution>> |
AbstractEventAtomicOperation.getListeners(CoreModelElement scope,
T execution) |
Modifier and Type | Field and Description |
---|---|
protected BaseDelegateExecution |
DelegateInvocation.contextExecution |
Modifier and Type | Method and Description |
---|---|
BaseDelegateExecution |
DelegateInvocation.getContextExecution()
returns the execution in which context this delegate is invoked.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultDelegateInterceptor.isCurrentContextExecution(BaseDelegateExecution execution) |
protected boolean |
DefaultDelegateInterceptor.setExecutionContext(BaseDelegateExecution execution) |
Constructor and Description |
---|
DelegateInvocation(BaseDelegateExecution contextExecution,
ResourceDefinitionEntity contextResource)
Provide a context execution or resource definition in which context the invocation
should be performed.
|
ExpressionGetInvocation(ValueExpression valueExpression,
ELContext elContext,
BaseDelegateExecution contextExecution) |
ExpressionSetInvocation(ValueExpression valueExpression,
ELContext elContext,
Object value,
BaseDelegateExecution contextExecution) |
ScriptInvocation(ExecutableScript script,
VariableScope scope,
BaseDelegateExecution contextExecution) |
Modifier and Type | Method and Description |
---|---|
Object |
FixedValue.getValue(VariableScope variableScope,
BaseDelegateExecution contextExecution) |
Object |
JuelExpression.getValue(VariableScope variableScope,
BaseDelegateExecution contextExecution) |
Object |
Expression.getValue(VariableScope variableScope,
BaseDelegateExecution contextExecution) |
void |
JuelExpression.setValue(Object value,
VariableScope variableScope,
BaseDelegateExecution contextExecution) |
void |
Expression.setValue(Object value,
VariableScope variableScope,
BaseDelegateExecution contextExecution) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityExecution |
Modifier and Type | Method and Description |
---|---|
CoreActivityBehavior<? extends BaseDelegateExecution> |
ProcessDefinitionImpl.getActivityBehavior() |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
class |
PvmExecutionImpl |
Constructor and Description |
---|
TaskListenerInvocation(TaskListener taskListenerInstance,
DelegateTask delegateTask,
BaseDelegateExecution contextExecution) |
Constructor and Description |
---|
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
DelegateCaseVariableInstance variableInstance,
BaseDelegateExecution contextExecution) |
Copyright © 2022. All rights reserved.