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
|
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 ElementReferenceCollection<DataInput,OptionalInputRefs> |
InputSetImpl.optionalInputRefsCollection |
protected static ElementReferenceCollection<DataInput,WhileExecutingInputRefs> |
InputSetImpl.whileExecutingInputRefsCollection |
Modifier and Type | Method and Description |
---|---|
DataInput |
IoBindingImpl.getInputData() |
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) |
Modifier and Type | Method and Description |
---|---|
DataInput |
IoBinding.getInputData() |
Modifier and Type | Method and Description |
---|---|
Collection<DataInput> |
ThrowEvent.getDataInputs() |
Collection<DataInput> |
IoSpecification.getDataInputs() |
Collection<DataInput> |
InputSet.getDataInputs() |
Collection<DataInput> |
InputSet.getOptionalInputs() |
Collection<DataInput> |
InputSet.getWhileExecutingInput() |
Modifier and Type | Method and Description |
---|---|
void |
IoBinding.setInputData(DataInput inputData) |
Copyright © 2015. All rights reserved.