Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataInput
Packages that use DataInput
-
Uses of DataInput in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement DataInputModifier and TypeClassDescriptionclass
The BPMN dataInput elementclass
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataInputModifier 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
Methods in org.camunda.bpm.model.bpmn.impl.instance that return DataInputModifier and TypeMethodDescriptionIoBindingImpl.getInputData()
MultiInstanceLoopCharacteristicsImpl.getLoopDataInputRef()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type DataInputModifier and TypeMethodDescriptionInputSetImpl.getDataInputs()
IoSpecificationImpl.getDataInputs()
ThrowEventImpl.getDataInputs()
InputSetImpl.getOptionalInputs()
InputSetImpl.getWhileExecutingInput()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataInputModifier and TypeMethodDescriptionvoid
IoBindingImpl.setInputData
(DataInput inputData) void
MultiInstanceLoopCharacteristicsImpl.setLoopDataInputRef
(DataInput loopDataInputRef) -
Uses of DataInput in org.camunda.bpm.model.bpmn.instance
Subinterfaces of DataInput in org.camunda.bpm.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterface
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeMethods in org.camunda.bpm.model.bpmn.instance that return DataInputModifier and TypeMethodDescriptionIoBinding.getInputData()
MultiInstanceLoopCharacteristics.getLoopDataInputRef()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type DataInputModifier and TypeMethodDescriptionInputSet.getDataInputs()
IoSpecification.getDataInputs()
ThrowEvent.getDataInputs()
InputSet.getOptionalInputs()
InputSet.getWhileExecutingInput()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type DataInputModifier and TypeMethodDescriptionvoid
IoBinding.setInputData
(DataInput inputData) void
MultiInstanceLoopCharacteristics.setLoopDataInputRef
(DataInput loopDataInputRef)