Uses of Interface
org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
-
Packages that use ProcessEngineServicesAware 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 withJavaDelegate
s.org.camunda.bpm.engine.impl.cmmn.entity.runtime org.camunda.bpm.engine.impl.cmmn.execution org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.delegate org.camunda.bpm.engine.impl.pvm.runtime org.camunda.bpm.engine.impl.variable.listener -
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.delegate
Subinterfaces of ProcessEngineServicesAware in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interface
DelegateCaseExecution
interface
DelegateCaseVariableInstance
interface
DelegateExecution
Execution used inJavaDelegate
s andExecutionListener
s.interface
DelegateTask
interface
DelegateVariableInstance<T extends BaseDelegateExecution>
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement ProcessEngineServicesAware Modifier and Type Class Description class
CaseExecutionEntity
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.cmmn.execution
Subinterfaces of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.cmmn.execution Modifier and Type Interface Description interface
CmmnActivityExecution
interface
CmmnCaseInstance
Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement ProcessEngineServicesAware Modifier and Type Class Description class
CaseExecutionImpl
class
CmmnExecution
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ProcessEngineServicesAware Modifier and Type Class Description class
ExecutionEntity
class
TaskEntity
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.pvm.delegate Modifier and Type Interface Description interface
ActivityExecution
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.pvm.runtime
Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement ProcessEngineServicesAware Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
-
Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.variable.listener
Classes in org.camunda.bpm.engine.impl.variable.listener that implement ProcessEngineServicesAware Modifier and Type Class Description class
DelegateCaseVariableInstanceImpl
-