| Package | Description |
|---|---|
| org.bonitasoft.engine.api.impl | |
| org.bonitasoft.engine.core.process.instance.api | |
| org.bonitasoft.engine.core.process.instance.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoader |
ProcessAPIImpl.getProcessInstanceClassloader(TenantServiceAccessor tenantAccessor,
long processInstanceId) |
protected SProcessInstance |
ProcessAPIImpl.getSProcessInstance(long processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
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.deleteProcessInstance(long processInstanceId)
Delete the id specified process instance
|
SProcessInstance |
ProcessInstanceService.getChildOfActivity(long activityInstId)
Get child process instance for the specific call activity or subprocess activity
|
SProcessInstance |
ProcessInstanceService.getProcessInstance(long processInstanceId)
Get process instance by its id
|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceServiceImpl.deleteParentProcessInstanceAndElements(long processInstanceId) |
void |
ProcessInstanceServiceImpl.deleteProcessInstance(long processInstanceId) |
SProcessInstance |
ProcessInstanceServiceImpl.getChildOfActivity(long activityInstId) |
SProcessInstance |
ProcessInstanceServiceImpl.getProcessInstance(long processInstanceId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.