| 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.deleteProcessInstance(long processInstanceId)
Delete the id specified process instance
|
SAProcessInstance |
ProcessInstanceService.getArchivedProcessInstance(long archivedProcessInstanceId)
Get the latest archived process instance object for the specific process instance
|
List<SAProcessInstance> |
ProcessInstanceService.getArchivedProcessInstancesInAllStates(List<Long> processInstanceIds)
Get the archived process instances corresponding to the identifiers
|
List<Long> |
ProcessInstanceService.getChildInstanceIdsOfProcessInstance(long processInstanceId,
int fromIndex,
int maxResults,
String sortingField,
OrderByType sortingOrder)
Get child instance identifiers for specific process instance, this can be used for pagination
|
long |
ProcessInstanceService.getNumberOfChildInstancesOfProcessInstance(long processInstanceId)
Get total number of child instance for specific process instance
|
SProcessInstance |
ProcessInstanceService.getProcessInstance(long processInstanceId)
Get process instance by its id
|
List<SProcessInstance> |
ProcessInstanceService.getProcessInstancesInStates(QueryOptions queryOptions,
ProcessInstanceState... states)
Returns the list of
SProcessInstances in a given list of states. |
List<Long> |
ProcessInstanceService.getSourceProcessInstanceIdsOfArchProcessInstancesFromDefinition(long processDefinitionId,
int fromIndex,
int maxResults,
OrderByType sortingOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceServiceImpl.deleteProcessInstance(long processInstanceId) |
SAProcessInstance |
ProcessInstanceServiceImpl.getArchivedProcessInstance(long archivedProcessInstanceId) |
List<SAProcessInstance> |
ProcessInstanceServiceImpl.getArchivedProcessInstancesInAllStates(List<Long> processInstanceIds) |
List<Long> |
ProcessInstanceServiceImpl.getChildInstanceIdsOfProcessInstance(long processInstanceId,
int fromIndex,
int maxResults,
String sortingField,
OrderByType sortingOrder) |
long |
ProcessInstanceServiceImpl.getNumberOfChildInstancesOfProcessInstance(long processInstanceId) |
SProcessInstance |
ProcessInstanceServiceImpl.getProcessInstance(long processInstanceId) |
List<SProcessInstance> |
ProcessInstanceServiceImpl.getProcessInstancesInStates(QueryOptions queryOptions,
ProcessInstanceState... states) |
List<Long> |
ProcessInstanceServiceImpl.getSourceProcessInstanceIdsOfArchProcessInstancesFromDefinition(long processDefinitionId,
int fromIndex,
int maxResults,
OrderByType sortingOrder) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.