| 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.business.data | |
| org.bonitasoft.engine.business.data.impl |
| Modifier and Type | Method and Description |
|---|---|
BusinessDataReference |
BusinessDataAPI.getProcessBusinessDataReference(String businessDataName,
long processInstanceId)
Deprecated.
See deprecated comment of
BusinessDataAPI |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessDataReference> |
BusinessDataAPI.getProcessBusinessDataReferences(long processInstanceId,
int startIndex,
int maxResults)
Deprecated.
See deprecated comment of
BusinessDataAPI |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultipleBusinessDataReference
A
MultipleBusinessDataReference is a reference of a BusinessDataDefinition which is multiple. |
interface |
SimpleBusinessDataReference
A
SimpleBusinessDataReference is a reference of a BusinessDataDefinition which is not multiple. |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessDataReferenceImpl |
class |
MultipleBusinessDataReferenceImpl |
class |
SimpleBusinessDataReferenceImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.