public interface ProcessEngine
RuntimeService
: Allows the creation of Deployment
s and the starting of and searching on
ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) Task
s, such as claiming, completing and assigning tasksIdentityService
: Used for managing User
s, Group
s and the relations between them<ManagementService
: Exposes engine admin and maintenance operationsHistoryService
: Service exposing information about ongoing and past process instances.ProcessEngineConfiguration
instance and is a
costly operation which should be avoided. For that purpose, it is advised to store it in a static field or JNDI location (or something similar). This is a thread-safe object, so no special
precautions need to be taken.Modifier and Type | Field and Description |
---|---|
static String |
VERSION
the version of the activiti library
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
DynamicBpmnService |
getDynamicBpmnService() |
org.activiti.form.api.FormService |
getFormEngineFormService() |
org.activiti.form.api.FormRepositoryService |
getFormEngineRepositoryService() |
FormService |
getFormService() |
HistoryService |
getHistoryService() |
IdentityService |
getIdentityService() |
ManagementService |
getManagementService() |
String |
getName()
The name as specified in 'process-engine-name' in the activiti.cfg.xml configuration file.
|
ProcessEngineConfiguration |
getProcessEngineConfiguration() |
RepositoryService |
getRepositoryService() |
RuntimeService |
getRuntimeService() |
TaskService |
getTaskService() |
static final String VERSION
String getName()
void close()
RepositoryService getRepositoryService()
RuntimeService getRuntimeService()
FormService getFormService()
TaskService getTaskService()
HistoryService getHistoryService()
IdentityService getIdentityService()
ManagementService getManagementService()
DynamicBpmnService getDynamicBpmnService()
ProcessEngineConfiguration getProcessEngineConfiguration()
org.activiti.form.api.FormRepositoryService getFormEngineRepositoryService()
org.activiti.form.api.FormService getFormEngineFormService()
Copyright © 2017 Alfresco. All rights reserved.