|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseDelegateExecution | |
|---|---|
| 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 JavaDelegates. |
| 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 | |
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.delegate |
|---|
| Classes in org.camunda.bpm.engine.delegate with type parameters of type BaseDelegateExecution | |
|---|---|
interface |
DelegateListener<T extends BaseDelegateExecution>
|
interface |
DelegateVariableInstance<T extends BaseDelegateExecution>
|
| Subinterfaces of BaseDelegateExecution in org.camunda.bpm.engine.delegate | |
|---|---|
interface |
DelegateCaseExecution
|
interface |
DelegateExecution
Execution used in JavaDelegates and ExecutionListeners. |
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime |
|---|
| Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement BaseDelegateExecution | |
|---|---|
class |
CaseExecutionEntity
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.cmmn.execution |
|---|
| Subinterfaces of BaseDelegateExecution in org.camunda.bpm.engine.impl.cmmn.execution | |
|---|---|
interface |
CmmnActivityExecution
|
interface |
CmmnCaseInstance
|
| Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement BaseDelegateExecution | |
|---|---|
class |
CaseExecutionImpl
|
class |
CmmnExecution
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.delegate |
|---|
| Classes in org.camunda.bpm.engine.impl.core.delegate with type parameters of type BaseDelegateExecution | |
|---|---|
interface |
CoreActivityBehavior<T extends BaseDelegateExecution>
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.instance |
|---|
| Classes in org.camunda.bpm.engine.impl.core.instance that implement BaseDelegateExecution | |
|---|---|
class |
CoreExecution
Defines the base API for the execution of an activity. |
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.model |
|---|
| Fields in org.camunda.bpm.engine.impl.core.model with type parameters of type BaseDelegateExecution | |
|---|---|
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) |
| Methods in org.camunda.bpm.engine.impl.core.model that return types with arguments of type BaseDelegateExecution | |
|---|---|
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)
|
| Method parameters in org.camunda.bpm.engine.impl.core.model with type arguments of type BaseDelegateExecution | |
|---|---|
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)
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.operation |
|---|
| Methods in org.camunda.bpm.engine.impl.core.operation that return types with arguments of type BaseDelegateExecution | |
|---|---|
protected List<DelegateListener<? extends BaseDelegateExecution>> |
AbstractEventAtomicOperation.getListeners(CoreModelElement scope,
T execution)
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.delegate |
|---|
| Fields in org.camunda.bpm.engine.impl.delegate declared as BaseDelegateExecution | |
|---|---|
protected BaseDelegateExecution |
DelegateInvocation.contextExecution
|
| Methods in org.camunda.bpm.engine.impl.delegate that return BaseDelegateExecution | |
|---|---|
BaseDelegateExecution |
DelegateInvocation.getContextExecution()
returns the execution in which context this delegate is invoked. |
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement BaseDelegateExecution | |
|---|---|
class |
ExecutionEntity
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate |
|---|
| Subinterfaces of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate | |
|---|---|
interface |
ActivityExecution
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.process |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type BaseDelegateExecution | |
|---|---|
CoreActivityBehavior<? extends BaseDelegateExecution> |
ProcessDefinitionImpl.getActivityBehavior()
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement BaseDelegateExecution | |
|---|---|
class |
ExecutionImpl
|
class |
PvmExecutionImpl
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.task.delegate |
|---|
| Constructors in org.camunda.bpm.engine.impl.task.delegate with parameters of type BaseDelegateExecution | |
|---|---|
TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask,
BaseDelegateExecution contextExecution)
|
|
| Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.variable.listener |
|---|
| Constructors in org.camunda.bpm.engine.impl.variable.listener with parameters of type BaseDelegateExecution | |
|---|---|
CaseVariableListenerInvocation(CaseVariableListener variableListenerInstance,
DelegateCaseVariableInstance variableInstance,
BaseDelegateExecution contextExecution)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||