Uses of Package
org.camunda.bpm.engine.delegate

Packages that use org.camunda.bpm.engine.delegate
org.camunda.bpm.application   
org.camunda.bpm.application.impl   
org.camunda.bpm.application.impl.event   
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 API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.delegate   
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.bpmn.listener   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.cmmn.delegate   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.cmmn.handler   
org.camunda.bpm.engine.impl.cmmn.listener   
org.camunda.bpm.engine.impl.cmmn.model   
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.core.variable.mapping.value   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.delegate   
org.camunda.bpm.engine.impl.dmn.invocation   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.form.engine   
org.camunda.bpm.engine.impl.form.handler   
org.camunda.bpm.engine.impl.form.validator   
org.camunda.bpm.engine.impl.history.parser   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.history.transformer   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.metrics.parser   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm   
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.scripting   
org.camunda.bpm.engine.impl.scripting.engine   
org.camunda.bpm.engine.impl.scripting.env   
org.camunda.bpm.engine.impl.task   
org.camunda.bpm.engine.impl.task.delegate   
org.camunda.bpm.engine.impl.task.listener   
org.camunda.bpm.engine.impl.util   
org.camunda.bpm.engine.impl.variable   
org.camunda.bpm.engine.impl.variable.listener   
org.camunda.bpm.engine.test.mock   
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.application
BaseDelegateExecution
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.application.impl
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateTask
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.application.impl.event
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateListener
           
DelegateTask
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.delegate
BaseDelegateExecution
           
BpmnModelExecutionContext
          Implemented by classes which provide access to the BpmnModelInstance and the currently executed FlowElement.
CmmnModelExecutionContext
          Implemented by classes which provide access to the CmmnModelInstance and the currently executed CmmnElement.
DelegateCaseExecution
           
DelegateCaseVariableInstance
           
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateListener
           
DelegateTask
           
DelegateVariableInstance
           
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
VariableListener
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.bpmn.behavior
BpmnError
          Special exception that can be used to throw a BPMN Error from JavaDelegates and expressions.
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateListener
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
Expression
           
JavaDelegate
          Convience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.bpmn.delegate
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
JavaDelegate
          Convience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.bpmn.deployer
Expression
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.bpmn.listener
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateListener
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
Expression
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.bpmn.parser
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
Expression
           
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cfg.multitenancy
DelegateCaseExecution
           
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmd
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.behavior
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.delegate
CaseExecutionListener
          Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
DelegateCaseExecution
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.entity.runtime
BaseDelegateExecution
           
CmmnModelExecutionContext
          Implemented by classes which provide access to the CmmnModelInstance and the currently executed CmmnElement.
DelegateCaseExecution
           
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.execution
BaseDelegateExecution
           
CmmnModelExecutionContext
          Implemented by classes which provide access to the CmmnModelInstance and the currently executed CmmnElement.
DelegateCaseExecution
           
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.handler
CaseExecutionListener
          Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
CaseVariableListener
          A variable listener can be defined on a scope in a case model.
Expression
           
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.listener
CaseExecutionListener
          Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
DelegateCaseExecution
           
DelegateListener
           
Expression
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.cmmn.model
CaseExecutionListener
          Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
Expression
           
VariableListener
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.core.delegate
BaseDelegateExecution
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.core.instance
BaseDelegateExecution
           
DelegateListener
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.core.model
BaseDelegateExecution
           
DelegateListener
           
VariableListener
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.core.operation
BaseDelegateExecution
           
DelegateListener
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.core.variable.mapping.value
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.core.variable.scope
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.delegate
BaseDelegateExecution
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.dmn.invocation
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.el
BaseDelegateExecution
           
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.form.engine
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.form.handler
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.form.validator
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.history.parser
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateListener
           
DelegateTask
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.history.producer
DelegateCaseExecution
           
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateTask
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.history.transformer
CaseExecutionListener
          Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
DelegateCaseExecution
           
DelegateListener
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.jobexecutor
Expression
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.metrics.parser
CaseExecutionListener
          Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
DelegateCaseExecution
           
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateListener
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.persistence.entity
BaseDelegateExecution
           
BpmnModelExecutionContext
          Implemented by classes which provide access to the BpmnModelInstance and the currently executed FlowElement.
DelegateCaseExecution
           
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
DelegateTask
           
Expression
           
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.pvm
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.pvm.delegate
BaseDelegateExecution
           
BpmnModelExecutionContext
          Implemented by classes which provide access to the BpmnModelInstance and the currently executed FlowElement.
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.pvm.process
BaseDelegateExecution
           
ExecutionListener
          Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.pvm.runtime
BaseDelegateExecution
           
BpmnModelExecutionContext
          Implemented by classes which provide access to the BpmnModelInstance and the currently executed FlowElement.
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.scripting
DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.scripting.engine
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.scripting.env
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.task
Expression
           
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.task.delegate
BaseDelegateExecution
           
DelegateTask
           
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.task.listener
DelegateTask
           
Expression
           
TaskListener
          Listener interface implemented by user code which wants to be notified when a property of a task changes.
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.util
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.variable
Expression
           
VariableScope
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.impl.variable.listener
BaseDelegateExecution
           
CaseVariableListener
          A variable listener can be defined on a scope in a case model.
DelegateCaseExecution
           
DelegateCaseVariableInstance
           
DelegateVariableInstance
           
Expression
           
ProcessEngineServicesAware
          Interface providing access to the ProcessEngineServices from Java delegation code.
VariableListener
           
 

Classes in org.camunda.bpm.engine.delegate used by org.camunda.bpm.engine.test.mock
VariableScope
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.