Uses of Interface
org.operaton.bpm.engine.delegate.BaseDelegateExecution
Packages that use 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
JavaDelegates.-
Uses of BaseDelegateExecution in org.operaton.bpm.application
Fields in org.operaton.bpm.application declared as BaseDelegateExecutionModifier and TypeFieldDescriptionprotected final BaseDelegateExecutionInvocationContext.executionMethods in org.operaton.bpm.application that return BaseDelegateExecutionConstructors in org.operaton.bpm.application with parameters of type BaseDelegateExecution -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.delegate
Classes in org.operaton.bpm.engine.delegate with type parameters of type BaseDelegateExecutionModifier and TypeInterfaceDescriptioninterfaceDelegateListener<T extends BaseDelegateExecution>interfaceDelegateVariableInstance<T extends BaseDelegateExecution>Subinterfaces of BaseDelegateExecution in org.operaton.bpm.engine.delegateModifier and TypeInterfaceDescriptioninterfaceinterfaceExecution used inJavaDelegates andExecutionListeners. -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.cmmn.entity.runtime
Classes in org.operaton.bpm.engine.impl.cmmn.entity.runtime that implement BaseDelegateExecution -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.cmmn.execution
Subinterfaces of BaseDelegateExecution in org.operaton.bpm.engine.impl.cmmn.executionClasses in org.operaton.bpm.engine.impl.cmmn.execution that implement BaseDelegateExecution -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.core.delegate
Classes in org.operaton.bpm.engine.impl.core.delegate with type parameters of type BaseDelegateExecutionModifier and TypeInterfaceDescriptioninterfaceCoreActivityBehavior<T extends BaseDelegateExecution> -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.core.instance
Classes in org.operaton.bpm.engine.impl.core.instance that implement BaseDelegateExecutionModifier and TypeClassDescriptionclassDefines the base API for the execution of an activity. -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.core.model
Fields in org.operaton.bpm.engine.impl.core.model with type parameters of type BaseDelegateExecutionModifier and TypeFieldDescriptionprotected Map<String, List<DelegateListener<? extends BaseDelegateExecution>>> CoreModelElement.builtInListenerscontains built-in listenersprotected Map<String, List<DelegateListener<? extends BaseDelegateExecution>>> CoreModelElement.listenerscontains all listeners (built-in + user-provided)Methods in org.operaton.bpm.engine.impl.core.model that return types with arguments of type BaseDelegateExecutionModifier 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) Method parameters in org.operaton.bpm.engine.impl.core.model with type arguments of type BaseDelegateExecutionModifier and TypeMethodDescriptionvoidCoreModelElement.addBuiltInListener(String eventName, DelegateListener<? extends BaseDelegateExecution> listener) voidCoreModelElement.addBuiltInListener(String eventName, DelegateListener<? extends BaseDelegateExecution> listener, int index) voidCoreModelElement.addListener(String eventName, DelegateListener<? extends BaseDelegateExecution> listener) voidCoreModelElement.addListener(String eventName, DelegateListener<? extends BaseDelegateExecution> listener, int index) -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.core.operation
Methods in org.operaton.bpm.engine.impl.core.operation that return types with arguments of type BaseDelegateExecutionModifier 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.operaton.bpm.engine.impl.delegate
Fields in org.operaton.bpm.engine.impl.delegate declared as BaseDelegateExecutionModifier and TypeFieldDescriptionprotected BaseDelegateExecutionDelegateInvocation.contextExecutionMethods in org.operaton.bpm.engine.impl.delegate that return BaseDelegateExecutionModifier and TypeMethodDescriptionDelegateInvocation.getContextExecution()returns the execution in which context this delegate is invoked. may be nullMethods in org.operaton.bpm.engine.impl.delegate with parameters of type BaseDelegateExecutionModifier and TypeMethodDescriptionprotected booleanDefaultDelegateInterceptor.isCurrentContextExecution(BaseDelegateExecution execution) protected booleanDefaultDelegateInterceptor.setExecutionContext(BaseDelegateExecution execution) Constructors in org.operaton.bpm.engine.impl.delegate with parameters of type BaseDelegateExecutionModifierConstructorDescriptionprotectedDelegateInvocation(BaseDelegateExecution contextExecution, ResourceDefinitionEntity contextResource) Provide a context execution or resource definition in which context the invocation should be performed.ExpressionGetInvocation(jakarta.el.ValueExpression valueExpression, jakarta.el.ELContext elContext, BaseDelegateExecution contextExecution) ExpressionSetInvocation(jakarta.el.ValueExpression valueExpression, jakarta.el.ELContext elContext, Object value, BaseDelegateExecution contextExecution) ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution) -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.el
Methods in org.operaton.bpm.engine.impl.el with parameters of type BaseDelegateExecutionModifier and TypeMethodDescriptionExpression.getValue(VariableScope variableScope, BaseDelegateExecution contextExecution) FixedValue.getValue(VariableScope variableScope, BaseDelegateExecution contextExecution) JuelExpression.getValue(VariableScope variableScope, BaseDelegateExecution contextExecution) voidExpression.setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) voidJuelExpression.setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution) -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement BaseDelegateExecution -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.pvm.delegate
Subinterfaces of BaseDelegateExecution in org.operaton.bpm.engine.impl.pvm.delegate -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.pvm.process
Methods in org.operaton.bpm.engine.impl.pvm.process that return types with arguments of type BaseDelegateExecutionModifier and TypeMethodDescriptionCoreActivityBehavior<? extends BaseDelegateExecution> ProcessDefinitionImpl.getActivityBehavior() -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.pvm.runtime
Classes in org.operaton.bpm.engine.impl.pvm.runtime that implement BaseDelegateExecution -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.task.delegate
Constructors in org.operaton.bpm.engine.impl.task.delegate with parameters of type BaseDelegateExecutionModifierConstructorDescriptionTaskListenerInvocation(TaskListener taskListenerInstance, DelegateTask delegateTask, BaseDelegateExecution contextExecution) -
Uses of BaseDelegateExecution in org.operaton.bpm.engine.impl.variable.listener
Constructors in org.operaton.bpm.engine.impl.variable.listener with parameters of type BaseDelegateExecutionModifierConstructorDescriptionCaseVariableListenerInvocation(CaseVariableListener variableListenerInstance, DelegateCaseVariableInstance variableInstance, BaseDelegateExecution contextExecution)