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 ProcessEngineServicesAware

Interface providing access to the ProcessEngineServices from Java delegation code.

Author:
Daniel Meyer

Method Summary
 ProcessEngineServices getProcessEngineServices()
          Returns the ProcessEngineServices providing access to the public API of the process engine.
 

Method Detail

getProcessEngineServices

ProcessEngineServices getProcessEngineServices()
Returns the ProcessEngineServices providing access to the public API of the process engine.

Returns:
the ProcessEngineServices.


Copyright © 2015 camunda services GmbH. All rights reserved.