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. |
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.Copyright © 2015. All rights reserved.