Uses of Interface
org.camunda.bpm.engine.delegate.ProcessEngineServicesAware

Packages that use ProcessEngineServicesAware
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.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
 interface DelegateCaseExecution
           
 interface DelegateCaseVariableInstance
           
 interface DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 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
 class CaseExecutionEntity
           
 

Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.cmmn.execution
 

Subinterfaces of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.cmmn.execution
 interface CmmnActivityExecution
           
 interface CmmnCaseInstance
           
 

Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement ProcessEngineServicesAware
 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
 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
 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
 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
 class DelegateCaseVariableInstanceImpl
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.