| Package | Description |
|---|---|
| org.bonitasoft.engine.core.process.instance.api | |
| org.bonitasoft.engine.core.process.instance.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceService.deleteArchivedParentProcessInstanceAndElements(SAProcessInstance saProcessInstance)
Delete the specified archived process instance
|
long |
ProcessInstanceService.deleteArchivedParentProcessInstancesAndElements(List<SAProcessInstance> saProcessInstances)
Delete specified archived process instances
|
void |
ProcessInstanceService.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance)
Delete specified archived process instance
|
void |
ProcessInstanceService.deleteArchivedProcessInstanceElements(long processInstanceId,
long processDefinitionId)
Delete all archived elements related to the specified process instance, even the archived process instances
|
void |
ProcessInstanceService.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
long |
ProcessInstanceService.deleteParentProcessInstanceAndElements(List<SProcessInstance> sProcessInstances)
Delete the specified process instances with id, and their elements archived and not, if are not a subProcess
|
void |
ProcessInstanceService.deleteParentProcessInstanceAndElements(long processInstanceId)
Delete the specified process instance with id, and its elements archived and not, if are not a subProcess
|
void |
ProcessInstanceService.deleteParentProcessInstanceAndElements(SProcessInstance processInstance)
Delete the specified process instance, and its elements archived and not, if are not a subProcess
|
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.deleteArchivedParentProcessInstanceAndElements(SAProcessInstance saProcessInstance) |
long |
ProcessInstanceServiceImpl.deleteArchivedParentProcessInstancesAndElements(List<SAProcessInstance> saProcessInstances) |
void |
ProcessInstanceServiceImpl.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance) |
void |
ProcessInstanceServiceImpl.deleteArchivedProcessInstanceElements(long processInstanceId,
long processDefinitionId) |
void |
ProcessInstanceServiceImpl.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
long |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(List<SProcessInstance> sProcessInstances) |
void |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(long processInstanceId) |
void |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(SProcessInstance sProcessInstance) |
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.