Package org.camunda.bpm.engine.delegate
Interface ProcessEngineServicesAware
- 
- All Known Subinterfaces:
 ActivityExecution,CmmnActivityExecution,CmmnCaseInstance,DelegateCaseExecution,DelegateCaseVariableInstance,DelegateExecution,DelegateTask,DelegateVariableInstance<T>
- All Known Implementing Classes:
 CaseExecutionEntity,CaseExecutionImpl,CmmnExecution,DelegateCaseVariableInstanceImpl,ExecutionEntity,ExecutionImpl,PvmExecutionImpl,TaskEntity
public interface ProcessEngineServicesAwareInterface providing access to the
ProcessEngineServicesfrom Java delegation code.- Author:
 - Daniel Meyer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessEnginegetProcessEngine()Returns theProcessEngineproviding access to the public API of the process engine.ProcessEngineServicesgetProcessEngineServices()Returns theProcessEngineServicesproviding access to the public API of the process engine. 
 - 
 
- 
- 
Method Detail
- 
getProcessEngineServices
ProcessEngineServices getProcessEngineServices()
Returns theProcessEngineServicesproviding access to the public API of the process engine.- Returns:
 - the 
ProcessEngineServices. 
 
- 
getProcessEngine
ProcessEngine getProcessEngine()
Returns theProcessEngineproviding access to the public API of the process engine.- Returns:
 - the 
ProcessEngine. 
 
 - 
 
 -