Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataInput
-
Uses of DataInput in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeClassDescriptionclass
The BPMN dataInput elementclass
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeModifier and TypeFieldDescriptionprotected static ChildElementCollection<DataInput>
IoSpecificationImpl.dataInputCollection
protected static ChildElementCollection<DataInput>
ThrowEventImpl.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 TypeMethodDescriptionIoBindingImpl.getInputData()
MultiInstanceLoopCharacteristicsImpl.getLoopDataInputRef()
Modifier and TypeMethodDescriptionInputSetImpl.getDataInputs()
IoSpecificationImpl.getDataInputs()
ThrowEventImpl.getDataInputs()
InputSetImpl.getOptionalInputs()
InputSetImpl.getWhileExecutingInput()
Modifier and TypeMethodDescriptionvoid
IoBindingImpl.setInputData
(DataInput inputData) void
MultiInstanceLoopCharacteristicsImpl.setLoopDataInputRef
(DataInput loopDataInputRef) -
Uses of DataInput in org.camunda.bpm.model.bpmn.instance
Modifier and TypeInterfaceDescriptioninterface
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeModifier and TypeMethodDescriptionIoBinding.getInputData()
MultiInstanceLoopCharacteristics.getLoopDataInputRef()
Modifier and TypeMethodDescriptionInputSet.getDataInputs()
IoSpecification.getDataInputs()
ThrowEvent.getDataInputs()
InputSet.getOptionalInputs()
InputSet.getWhileExecutingInput()
Modifier and TypeMethodDescriptionvoid
IoBinding.setInputData
(DataInput inputData) void
MultiInstanceLoopCharacteristics.setLoopDataInputRef
(DataInput loopDataInputRef)