Package org.camunda.bpm.engine.spring
Class SpringProcessEngineServicesConfiguration
java.lang.Object
org.camunda.bpm.engine.spring.SpringProcessEngineServicesConfiguration
- All Implemented Interfaces:
ProcessEngineServices
@Configuration
public class SpringProcessEngineServicesConfiguration
extends Object
implements ProcessEngineServices
Exposes all camunda process engine services as beans.
- Author:
- Jan Galinski
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the process engine'sAuthorizationService
.Returns the engine'sCaseService
.Returns the engine'sDecisionService
.Returns the engine'sExternalTaskService
.Returns the engine'sFilterService
.Returns the process engine'sFormService
.Returns the process engine'sHistoryService
.Returns the process engine'sIdentityService
.Returns the process engine'sManagementService
.Returns the process engine'sRepositoryService
.Returns the process engine'sRuntimeService
.Returns the process engine'sTaskService
.
-
Constructor Details
-
SpringProcessEngineServicesConfiguration
public SpringProcessEngineServicesConfiguration()
-
-
Method Details
-
getRuntimeService
Description copied from interface:ProcessEngineServices
Returns the process engine'sRuntimeService
.- Specified by:
getRuntimeService
in interfaceProcessEngineServices
- Returns:
- the
RuntimeService
object.
-
getRepositoryService
Description copied from interface:ProcessEngineServices
Returns the process engine'sRepositoryService
.- Specified by:
getRepositoryService
in interfaceProcessEngineServices
- Returns:
- the
RepositoryService
object.
-
getFormService
Description copied from interface:ProcessEngineServices
Returns the process engine'sFormService
.- Specified by:
getFormService
in interfaceProcessEngineServices
- Returns:
- the
FormService
object.
-
getTaskService
Description copied from interface:ProcessEngineServices
Returns the process engine'sTaskService
.- Specified by:
getTaskService
in interfaceProcessEngineServices
- Returns:
- the
TaskService
object.
-
getHistoryService
Description copied from interface:ProcessEngineServices
Returns the process engine'sHistoryService
.- Specified by:
getHistoryService
in interfaceProcessEngineServices
- Returns:
- the
HistoryService
object.
-
getIdentityService
Description copied from interface:ProcessEngineServices
Returns the process engine'sIdentityService
.- Specified by:
getIdentityService
in interfaceProcessEngineServices
- Returns:
- the
IdentityService
object.
-
getManagementService
Description copied from interface:ProcessEngineServices
Returns the process engine'sManagementService
.- Specified by:
getManagementService
in interfaceProcessEngineServices
- Returns:
- the
ManagementService
object.
-
getAuthorizationService
Description copied from interface:ProcessEngineServices
Returns the process engine'sAuthorizationService
.- Specified by:
getAuthorizationService
in interfaceProcessEngineServices
- Returns:
- the
AuthorizationService
object.
-
getCaseService
Description copied from interface:ProcessEngineServices
Returns the engine'sCaseService
.- Specified by:
getCaseService
in interfaceProcessEngineServices
- Returns:
- the
CaseService
object.
-
getFilterService
Description copied from interface:ProcessEngineServices
Returns the engine'sFilterService
.- Specified by:
getFilterService
in interfaceProcessEngineServices
- Returns:
- the
FilterService
object.
-
getExternalTaskService
Description copied from interface:ProcessEngineServices
Returns the engine'sExternalTaskService
.- Specified by:
getExternalTaskService
in interfaceProcessEngineServices
- Returns:
- the
ExternalTaskService
object.
-
getDecisionService
Description copied from interface:ProcessEngineServices
Returns the engine'sDecisionService
.- Specified by:
getDecisionService
in interfaceProcessEngineServices
- Returns:
- the
DecisionService
object.
-