org.activiti.engine
接口 EngineServices
- 所有已知子接口:
- ProcessEngine
- 所有已知实现类:
- JtaProcessEngineConfiguration, ProcessEngineConfiguration, ProcessEngineConfigurationImpl, ProcessEngineImpl, StandaloneInMemProcessEngineConfiguration, StandaloneProcessEngineConfiguration
public interface EngineServices
Interface implemented by all classes that expose the Activiti services.
- 作者:
- Joram Barrez
getRepositoryService
RepositoryService getRepositoryService()
getRuntimeService
RuntimeService getRuntimeService()
getFormService
FormService getFormService()
getTaskService
TaskService getTaskService()
getHistoryService
HistoryService getHistoryService()
getIdentityService
IdentityService getIdentityService()
getManagementService
ManagementService getManagementService()
Copyright © 2013 Alfresco. All rights reserved.