public interface ProcessEngineServices
Base interface providing access to the process engine's public API services.
| Modifier and Type | Method and Description |
|---|---|
AuthorizationService |
getAuthorizationService()
Returns the process engine's
AuthorizationService. |
CaseService |
getCaseService()
Returns the engine's
CaseService. |
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. |
RuntimeService getRuntimeService()
RuntimeService.RuntimeService object.RepositoryService getRepositoryService()
RepositoryService.RepositoryService object.FormService getFormService()
FormService.FormService object.TaskService getTaskService()
TaskService.TaskService object.HistoryService getHistoryService()
HistoryService.HistoryService object.IdentityService getIdentityService()
IdentityService.IdentityService object.ManagementService getManagementService()
ManagementService.ManagementService object.AuthorizationService getAuthorizationService()
AuthorizationService.AuthorizationService object.CaseService getCaseService()
CaseService.CaseService object.FilterService getFilterService()
FilterService.FilterService object.Copyright © 2018. All rights reserved.