| Package | Description |
|---|---|
| org.bonitasoft.engine.core.process.instance.api | |
| org.bonitasoft.engine.core.process.instance.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceService.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance)
Delete specified archived process instance
|
void |
ProcessInstanceService.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
void |
ProcessInstanceService.deleteProcessInstance(long processInstanceId)
Delete the id specified process instance
|
void |
ProcessInstanceService.deleteProcessInstance(SProcessInstance processInstance)
Delete the specified process instance
|
void |
ProcessInstanceService.setState(SProcessInstance processInstance,
ProcessInstanceState state)
Set state for the processInstance
|
void |
ProcessInstanceService.setStateCategory(SProcessInstance processInstance,
SStateCategory stateCatetory)
Set process state category for the given process instance
|
void |
ProcessInstanceService.updateProcess(SProcessInstance processInstance,
EntityUpdateDescriptor descriptor)
Update the specific process instance
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessInstanceServiceImpl.logProcessInstanceNotFound(SProcessInstanceModificationException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceServiceImpl.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance) |
void |
ProcessInstanceServiceImpl.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
void |
ProcessInstanceServiceImpl.deleteProcessInstance(long processInstanceId) |
void |
ProcessInstanceServiceImpl.deleteProcessInstance(SProcessInstance sProcessInstance) |
void |
ProcessInstanceServiceImpl.setState(SProcessInstance processInstance,
ProcessInstanceState state) |
void |
ProcessInstanceServiceImpl.setStateCategory(SProcessInstance processInstance,
SStateCategory stateCatetory) |
void |
ProcessInstanceServiceImpl.updateProcess(SProcessInstance processInstance,
EntityUpdateDescriptor descriptor) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.