org.camunda.bpm.engine
Interface ProcessEngineServices

All Known Subinterfaces:
ProcessEngine
All Known Implementing Classes:
ProcessEngineImpl, ProcessEngineRule

public interface ProcessEngineServices

Base interface providing access to the process engine's public API services.

Author:
Daniel Meyer

Method Summary
 AuthorizationService getAuthorizationService()
          Returns the process engine's AuthorizationService.
 CaseService getCaseService()
          Returns the engine's CaseService.
 DecisionService getDecisionService()
          Returns the engine's DecisionService.
 ExternalTaskService getExternalTaskService()
          Returns the engine's ExternalTaskService.
 FilterService getFilterService()
          Returns the engine's FilterService.
 FormService getFormService()
          Returns the process engine's FormService.
 HistoryService getHistoryService()
          Returns the process engine's HistoryService.
 IdentityService getIdentityService()
          Returns the process engine's IdentityService.
 ManagementService getManagementService()
          Returns the process engine's ManagementService.
 RepositoryService getRepositoryService()
          Returns the process engine's RepositoryService.
 RuntimeService getRuntimeService()
          Returns the process engine's RuntimeService.
 TaskService getTaskService()
          Returns the process engine's TaskService.
 

Method Detail

getRuntimeService

RuntimeService getRuntimeService()
Returns the process engine's RuntimeService.

Returns:
the RuntimeService object.

getRepositoryService

RepositoryService getRepositoryService()
Returns the process engine's RepositoryService.

Returns:
the RepositoryService object.

getFormService

FormService getFormService()
Returns the process engine's FormService.

Returns:
the FormService object.

getTaskService

TaskService getTaskService()
Returns the process engine's TaskService.

Returns:
the TaskService object.

getHistoryService

HistoryService getHistoryService()
Returns the process engine's HistoryService.

Returns:
the HistoryService object.

getIdentityService

IdentityService getIdentityService()
Returns the process engine's IdentityService.

Returns:
the IdentityService object.

getManagementService

ManagementService getManagementService()
Returns the process engine's ManagementService.

Returns:
the ManagementService object.

getAuthorizationService

AuthorizationService getAuthorizationService()
Returns the process engine's AuthorizationService.

Returns:
the AuthorizationService object.

getCaseService

CaseService getCaseService()
Returns the engine's CaseService.

Returns:
the CaseService object.

getFilterService

FilterService getFilterService()
Returns the engine's FilterService.

Returns:
the FilterService object.

getExternalTaskService

ExternalTaskService getExternalTaskService()
Returns the engine's ExternalTaskService.

Returns:
the ExternalTaskService object.

getDecisionService

DecisionService getDecisionService()
Returns the engine's DecisionService.

Returns:
the DecisionService object.


Copyright © 2016 camunda services GmbH. All rights reserved.