| Modifier and Type | Method and Description |
|---|---|
protected ArchivedProcessInstance |
ProcessAPIImpl.toArchivedProcessInstance(SAProcessInstance archivedProcessInstance,
SProcessDefinition sProcessDefinition)
internal use for mocking purpose
|
| Modifier and Type | Method and Description |
|---|---|
SAProcessInstance |
ProcessInstanceService.getArchivedProcessInstance(long archivedProcessInstanceId)
Get the latest archived process instance object for the specific process instance
|
SAProcessInstance |
ProcessInstanceService.getLastArchivedProcessInstance(long sourceObjectProcessInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SAProcessInstance> |
ProcessInstanceService.getArchivedProcessInstancesInAllStates(List<Long> processInstanceIds)
Get the archived process instances corresponding to the identifiers
|
List<SAProcessInstance> |
ProcessInstanceService.searchArchivedProcessInstances(QueryOptions queryOptions)
Search all archived process instance according to specific criteria
|
List<SAProcessInstance> |
ProcessInstanceService.searchArchivedProcessInstancesInvolvingUser(long userId,
QueryOptions queryOptions)
Search all archived process instance involving the specific user
|
List<SAProcessInstance> |
ProcessInstanceService.searchArchivedProcessInstancesSupervisedBy(long userId,
QueryOptions queryOptions)
Search all archived process instance for the specific supervisor
|
List<SAProcessInstance> |
ProcessInstanceService.searchArchivedProcessInstancesWithoutSubProcess(QueryOptions queryOptions)
Search all archived process instance according to the search criteria
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceService.deleteArchivedParentProcessInstanceAndElements(SAProcessInstance saProcessInstance)
Delete the specified archived process instance
|
void |
ProcessInstanceService.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance)
Delete specified archived process instance
|
| Modifier and Type | Method and Description |
|---|---|
long |
ProcessInstanceService.deleteArchivedParentProcessInstancesAndElements(List<SAProcessInstance> saProcessInstances)
Delete specified archived process instances
|
| Modifier and Type | Method and Description |
|---|---|
SAProcessInstance |
ProcessInstanceServiceImpl.getArchivedProcessInstance(long archivedProcessInstanceId) |
SAProcessInstance |
ProcessInstanceServiceImpl.getLastArchivedProcessInstance(long processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SAProcessInstance> |
ProcessInstanceServiceImpl.getArchivedProcessInstancesInAllStates(List<Long> processInstanceIds) |
List<SAProcessInstance> |
ProcessInstanceServiceImpl.searchArchivedProcessInstances(QueryOptions queryOptions) |
List<SAProcessInstance> |
ProcessInstanceServiceImpl.searchArchivedProcessInstancesInvolvingUser(long userId,
QueryOptions queryOptions) |
List<SAProcessInstance> |
ProcessInstanceServiceImpl.searchArchivedProcessInstancesSupervisedBy(long userId,
QueryOptions queryOptions) |
List<SAProcessInstance> |
ProcessInstanceServiceImpl.searchArchivedProcessInstancesWithoutSubProcess(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceServiceImpl.deleteArchivedParentProcessInstanceAndElements(SAProcessInstance saProcessInstance) |
void |
ProcessInstanceServiceImpl.deleteArchivedProcessInstance(SAProcessInstance archivedProcessInstance) |
| Modifier and Type | Method and Description |
|---|---|
long |
ProcessInstanceServiceImpl.deleteArchivedParentProcessInstancesAndElements(List<SAProcessInstance> saProcessInstances) |
| Modifier and Type | Method and Description |
|---|---|
SAProcessInstance |
SAProcessInstanceBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SAProcessInstance |
SAProcessInstanceBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SAProcessInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
protected SAProcessInstance |
ProcessArchiver.buildArchiveProcessInstance(SProcessInstance processInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<ArchivedProcessInstance> |
AbstractArchivedProcessInstanceSearchEntity.convertToClientObjects(List<SAProcessInstance> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SAProcessInstance> |
SearchArchivedProcessInstancesWithoutSubProcess.executeSearch(QueryOptions searchOptions) |
List<SAProcessInstance> |
SearchArchivedProcessInstancesSupervisedBy.executeSearch(QueryOptions searchOptions) |
List<SAProcessInstance> |
SearchArchivedProcessInstancesInvolvingUser.executeSearch(QueryOptions searchOptions) |
List<SAProcessInstance> |
SearchArchivedProcessInstances.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
static ArchivedProcessInstance |
ModelConvertor.toArchivedProcessInstance(SAProcessInstance sInstance,
SProcessDefinition sProcessDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static List<ArchivedProcessInstance> |
ModelConvertor.toArchivedProcessInstances(List<SAProcessInstance> saProcessInstances,
ProcessDefinitionService processDefinitionService) |
static List<ArchivedProcessInstance> |
ModelConvertor.toArchivedProcessInstances(List<SAProcessInstance> sProcessInstances,
SProcessDefinition sProcessDefinition) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.