Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataInput
-
Packages that use DataInput Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of DataInput in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement DataInput Modifier and Type Class Description class
DataInputImpl
The BPMN dataInput elementclass
InputDataItemImpl
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataInput Modifier and Type Field Description protected 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 DataInput Modifier and Type Method Description DataInput
IoBindingImpl. getInputData()
DataInput
MultiInstanceLoopCharacteristicsImpl. getLoopDataInputRef()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type DataInput Modifier and Type Method Description Collection<DataInput>
InputSetImpl. getDataInputs()
Collection<DataInput>
IoSpecificationImpl. getDataInputs()
Collection<DataInput>
ThrowEventImpl. getDataInputs()
Collection<DataInput>
InputSetImpl. getOptionalInputs()
Collection<DataInput>
InputSetImpl. getWhileExecutingInput()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataInput Modifier and Type Method Description void
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.instance Modifier and Type Interface Description interface
InputDataItem
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeMethods in org.camunda.bpm.model.bpmn.instance that return DataInput Modifier and Type Method Description DataInput
IoBinding. getInputData()
DataInput
MultiInstanceLoopCharacteristics. getLoopDataInputRef()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type DataInput Modifier and Type Method Description Collection<DataInput>
InputSet. getDataInputs()
Collection<DataInput>
IoSpecification. getDataInputs()
Collection<DataInput>
ThrowEvent. getDataInputs()
Collection<DataInput>
InputSet. getOptionalInputs()
Collection<DataInput>
InputSet. getWhileExecutingInput()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type DataInput Modifier and Type Method Description void
IoBinding. setInputData(DataInput inputData)
void
MultiInstanceLoopCharacteristics. setLoopDataInputRef(DataInput loopDataInputRef)
-