Uses of Interface
org.camunda.bpm.engine.delegate.BaseDelegateExecution
Package
Description
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.-
Uses of BaseDelegateExecution in org.camunda.bpm.application
Modifier and TypeFieldDescriptionprotected final BaseDelegateExecution
InvocationContext.execution
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.delegate
Modifier and TypeInterfaceDescriptioninterface
DelegateListener<T extends BaseDelegateExecution>
interface
DelegateVariableInstance<T extends BaseDelegateExecution>
Modifier and TypeInterfaceDescriptioninterface
interface
Execution used inJavaDelegate
s andExecutionListener
s. -
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.cmmn.execution
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.delegate
Modifier and TypeInterfaceDescriptioninterface
CoreActivityBehavior<T extends BaseDelegateExecution>
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.instance
Modifier and TypeClassDescriptionclass
Defines the base API for the execution of an activity. -
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.core.model
Modifier and TypeFieldDescriptionprotected Map<String,
List<DelegateListener<? extends BaseDelegateExecution>>> CoreModelElement.builtInListeners
contains built-in listenersprotected Map<String,
List<DelegateListener<? extends BaseDelegateExecution>>> CoreModelElement.listeners
contains all listeners (built-in + user-provided)Modifier and TypeMethodDescriptionabstract 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 TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionprotected List<DelegateListener<? extends BaseDelegateExecution>>
AbstractEventAtomicOperation.getBuiltinListeners
(CoreModelElement scope) protected List<DelegateListener<? extends BaseDelegateExecution>>
AbstractEventAtomicOperation.getListeners
(CoreModelElement scope, T execution) -
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.delegate
Modifier and TypeFieldDescriptionprotected BaseDelegateExecution
DelegateInvocation.contextExecution
Modifier and TypeMethodDescriptionDelegateInvocation.getContextExecution()
returns the execution in which context this delegate is invoked.Modifier and TypeMethodDescriptionprotected boolean
DefaultDelegateInterceptor.isCurrentContextExecution
(BaseDelegateExecution execution) protected boolean
DefaultDelegateInterceptor.setExecutionContext
(BaseDelegateExecution execution) ModifierConstructorDescriptionDelegateInvocation
(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) -
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.el
Modifier and TypeMethodDescriptionExpression.getValue
(VariableScope variableScope, BaseDelegateExecution contextExecution) FixedValue.getValue
(VariableScope variableScope, BaseDelegateExecution contextExecution) JuelExpression.getValue
(VariableScope variableScope, BaseDelegateExecution contextExecution) void
Expression.setValue
(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) void
JuelExpression.setValue
(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) -
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.delegate
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeMethodDescriptionCoreActivityBehavior<? extends BaseDelegateExecution>
ProcessDefinitionImpl.getActivityBehavior()
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.pvm.runtime
-
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.task.delegate
ModifierConstructorDescriptionTaskListenerInvocation
(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution) -
Uses of BaseDelegateExecution in org.camunda.bpm.engine.impl.variable.listener
ModifierConstructorDescriptionCaseVariableListenerInvocation
(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance, BaseDelegateExecution contextExecution)