@Service @Transactional public class FlowableProcessInstanceService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableCommentService |
commentService |
protected ContentService |
contentService |
protected org.flowable.form.api.FormRepositoryService |
formRepositoryService |
protected org.flowable.form.api.FormService |
formService |
protected HistoryService |
historyService |
protected PermissionService |
permissionService |
protected RepositoryService |
repositoryService |
protected RuntimeService |
runtimeService |
protected UserCache |
userCache |
| Constructor and Description |
|---|
FlowableProcessInstanceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteProcessInstance(String processInstanceId) |
ProcessInstanceRepresentation |
getProcessInstance(String processInstanceId,
javax.servlet.http.HttpServletResponse response) |
org.flowable.form.api.FormInfo |
getProcessInstanceStartForm(String processInstanceId,
javax.servlet.http.HttpServletResponse response) |
ProcessInstanceRepresentation |
startNewProcessInstance(CreateProcessInstanceRepresentation startRequest) |
@Autowired protected RepositoryService repositoryService
@Autowired protected HistoryService historyService
@Autowired protected RuntimeService runtimeService
@Autowired protected org.flowable.form.api.FormService formService
@Autowired protected org.flowable.form.api.FormRepositoryService formRepositoryService
@Autowired protected PermissionService permissionService
@Autowired protected ContentService contentService
@Autowired protected FlowableCommentService commentService
@Autowired protected UserCache userCache
public ProcessInstanceRepresentation getProcessInstance(String processInstanceId, javax.servlet.http.HttpServletResponse response)
public org.flowable.form.api.FormInfo getProcessInstanceStartForm(String processInstanceId, javax.servlet.http.HttpServletResponse response)
public ProcessInstanceRepresentation startNewProcessInstance(CreateProcessInstanceRepresentation startRequest)
public void deleteProcessInstance(String processInstanceId)
Copyright © 2021 Flowable. All rights reserved.