| 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 |
This package contains everything concerning Data : Definition, Instance, Exceptions, Criterion...
|
| org.bonitasoft.engine.bpm.data.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.process |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated
by process APIs.
|
| org.bonitasoft.engine.bpm.process.impl | |
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataDefinition> |
ProcessManagementAPI.getActivityDataDefinitions(long processDefinitionId,
String activityName,
int startIndex,
int maxResults)
Returns the paged list of data definitions of the activity of the process definition.
|
List<DataDefinition> |
ProcessManagementAPI.getProcessDataDefinitions(long processDefinitionId,
int startIndex,
int maxResults)
Returns the paged list of data definitions of the process definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextDataDefinition
Represents a
DataDefinition of text type. |
interface |
XMLDataDefinition
Represents a
DataDefinition of XML type. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDefinitionImpl |
class |
TextDataDefinitionImpl |
class |
XMLDataDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
DataDefinition |
FlowElementContainerDefinition.getDataDefinition(String name) |
DataDefinition |
ActivityDefinition.getDataDefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DataDefinition> |
ThrowMessageEventTriggerDefinition.getDataDefinitions() |
List<DataDefinition> |
FlowElementContainerDefinition.getDataDefinitions() |
List<DataDefinition> |
ActivityDefinition.getDataDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
DataDefinition |
FlowElementContainerDefinitionImpl.getDataDefinition(String name) |
DataDefinition |
ActivityDefinitionImpl.getDataDefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DataDefinition> |
ThrowMessageEventTriggerDefinitionImpl.getDataDefinitions() |
List<DataDefinition> |
FlowElementContainerDefinitionImpl.getDataDefinitions() |
List<DataDefinition> |
ActivityDefinitionImpl.getDataDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThrowMessageEventTriggerDefinitionImpl.addDataDefinition(DataDefinition dataDefinition) |
void |
FlowElementContainerDefinitionImpl.addDataDefinition(DataDefinition dataDefinition) |
void |
ActivityDefinitionImpl.addDataDefinition(DataDefinition dataDefinition) |
| Constructor and Description |
|---|
ThrowMessageEventTriggerDefinitionImpl(String name,
Expression targetProcess,
Expression targetFlowNode,
List<DataDefinition> dataDefinitions,
List<CorrelationDefinition> correlations) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelFinderVisitor.find(DataDefinition dataDefinition,
long modelId) |
| Modifier and Type | Method and Description |
|---|---|
protected DataDefinition |
DataDefinitionBuilder.getDataDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionFinder.find(DataDefinition dataDefinition,
long expressionDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.