| 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.data.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
ArchivedDataInstance |
ProcessRuntimeAPI.getArchivedActivityDataInstance(String dataName,
long sourceActivityInstanceId)
Gets the last archived data instance of the named data of the specified activity instance.
|
ArchivedDataInstance |
ProcessRuntimeAPI.getArchivedProcessDataInstance(String dataName,
long sourceProcessInstanceId)
Gets the last archived data instance of the named data of the specified process instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArchivedDataInstance> |
ProcessRuntimeAPI.getArchivedActivityDataInstances(long sourceActivityInstanceId,
int startIndex,
int maxResults)
Lists the last archived instances of data of the specified activity instance.
|
List<ArchivedDataInstance> |
ProcessRuntimeAPI.getArchivedProcessDataInstances(long sourceProcessInstanceId,
int startIndex,
int maxResults)
Lists the last archived instances of data of the specified process instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedDataInstanceImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.