| 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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessInstanceServiceImpl.checkIfCallerIsNotActive(long callerId) |
void |
ProcessInstanceServiceImpl.deleteArchivedParentProcessInstanceAndElements(SAProcessInstance saProcessInstance) |
long |
ProcessInstanceServiceImpl.deleteArchivedParentProcessInstancesAndElements(List<SAProcessInstance> saProcessInstances) |
long |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(List<SProcessInstance> sProcessInstances) |
void |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(long processInstanceId) |
void |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(SProcessInstance sProcessInstance) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.