Package | Description |
---|---|
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.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 | 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.getListeners(CoreActivity 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 | 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 © 2018. All rights reserved.