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 withJavaDelegates.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 interfaceDelegateCaseExecutioninterfaceDelegateCaseVariableInstanceinterfaceDelegateExecutionExecution used inJavaDelegates andExecutionListeners.interfaceDelegateTaskinterfaceDelegateVariableInstance<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 classCaseExecutionEntity -
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 interfaceCmmnActivityExecutioninterfaceCmmnCaseInstanceClasses in org.camunda.bpm.engine.impl.cmmn.execution that implement ProcessEngineServicesAware Modifier and Type Class Description classCaseExecutionImplclassCmmnExecution -
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 classExecutionEntityclassTaskEntity -
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 interfaceActivityExecution -
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 classExecutionImplclassPvmExecutionImpl -
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 classDelegateCaseVariableInstanceImpl
-