| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataInputImpl
The BPMN dataInput element 
 | 
class  | 
InputDataItemImpl
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics type 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ChildElementCollection<DataInput> | 
ThrowEventImpl.dataInputCollection  | 
protected static ChildElementCollection<DataInput> | 
IoSpecificationImpl.dataInputCollection  | 
protected static ElementReferenceCollection<DataInput,DataInputRefs> | 
InputSetImpl.dataInputDataInputRefsCollection  | 
protected static AttributeReference<DataInput> | 
IoBindingImpl.inputDataRefAttribute  | 
protected static ElementReference<DataInput,LoopDataInputRef> | 
MultiInstanceLoopCharacteristicsImpl.loopDataInputRefChild  | 
protected static ElementReferenceCollection<DataInput,OptionalInputRefs> | 
InputSetImpl.optionalInputRefsCollection  | 
protected static ElementReferenceCollection<DataInput,WhileExecutingInputRefs> | 
InputSetImpl.whileExecutingInputRefsCollection  | 
| Modifier and Type | Method and Description | 
|---|---|
DataInput | 
IoBindingImpl.getInputData()  | 
DataInput | 
MultiInstanceLoopCharacteristicsImpl.getLoopDataInputRef()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<DataInput> | 
ThrowEventImpl.getDataInputs()  | 
Collection<DataInput> | 
IoSpecificationImpl.getDataInputs()  | 
Collection<DataInput> | 
InputSetImpl.getDataInputs()  | 
Collection<DataInput> | 
InputSetImpl.getOptionalInputs()  | 
Collection<DataInput> | 
InputSetImpl.getWhileExecutingInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IoBindingImpl.setInputData(DataInput inputData)  | 
void | 
MultiInstanceLoopCharacteristicsImpl.setLoopDataInputRef(DataInput loopDataInputRef)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InputDataItem
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataInput | 
IoBinding.getInputData()  | 
DataInput | 
MultiInstanceLoopCharacteristics.getLoopDataInputRef()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<DataInput> | 
ThrowEvent.getDataInputs()  | 
Collection<DataInput> | 
InputSet.getDataInputs()  | 
Collection<DataInput> | 
IoSpecification.getDataInputs()  | 
Collection<DataInput> | 
InputSet.getOptionalInputs()  | 
Collection<DataInput> | 
InputSet.getWhileExecutingInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IoBinding.setInputData(DataInput inputData)  | 
void | 
MultiInstanceLoopCharacteristics.setLoopDataInputRef(DataInput loopDataInputRef)  | 
Copyright © 2019. All rights reserved.