org.camunda.bpm.engine.delegate
Interface ProcessEngineServicesAware

All Known Subinterfaces:
ActivityExecution, DelegateExecution, DelegateTask, ExecutionListenerExecution, InterpretableExecution
All Known Implementing Classes:
ExecutionEntity, ExecutionImpl, 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 © 2014 camunda services GmbH. All Rights Reserved.