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.persistence.entity   
org.camunda.bpm.engine.impl.pvm.delegate   
org.camunda.bpm.engine.impl.pvm.runtime   
 

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

Subinterfaces of ProcessEngineServicesAware in org.camunda.bpm.engine.delegate
 interface DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 interface DelegateTask
           
 

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
           
 interface ExecutionListenerExecution
           
 

Uses of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.pvm.runtime
 

Subinterfaces of ProcessEngineServicesAware in org.camunda.bpm.engine.impl.pvm.runtime
 interface InterpretableExecution
          Interpretable view of an execution.
 

Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement ProcessEngineServicesAware
 class ExecutionImpl
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.