| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
ArchivedProcessInstance |
ProcessRuntimeAPI.getArchivedProcessInstance(long archivedProcessInstanceId)
Retrieve an
ArchivedProcessInstance specified by its identifier. |
ArchivedProcessInstance |
ProcessRuntimeAPI.getFinalArchivedProcessInstance(long sourceProcessInstanceId)
Get the last archived instance of a process instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArchivedProcessInstance> |
ProcessRuntimeAPI.getArchivedProcessInstances(int startIndex,
int maxResults,
ProcessInstanceCriterion criterion)
Get a paged list of archived process instances.
|
List<ArchivedProcessInstance> |
ProcessRuntimeAPI.getArchivedProcessInstances(long processInstanceId,
int startIndex,
int maxResults)
List the archived process instances for the specified process instance.
|
SearchResult<ArchivedProcessInstance> |
ProcessRuntimeAPI.searchArchivedProcessInstances(SearchOptions searchOptions)
Search for archived root process instances.
|
SearchResult<ArchivedProcessInstance> |
ProcessRuntimeAPI.searchArchivedProcessInstancesInAllStates(SearchOptions searchOptions)
Search for archived process instances (root and intermediate levels) in all states (even intermediate states).
|
SearchResult<ArchivedProcessInstance> |
ProcessRuntimeAPI.searchArchivedProcessInstancesInvolvingUser(long userId,
SearchOptions searchOptions)
Search for archived process instances that the specified user can access.
|
SearchResult<ArchivedProcessInstance> |
ProcessRuntimeAPI.searchArchivedProcessInstancesSupervisedBy(long userId,
SearchOptions searchOptions)
Search for archived process instances supervised by the specified user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedProcessInstanceImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.