Uses of Interface
org.camunda.bpm.model.bpmn.instance.InputDataItem
-
Packages that use InputDataItem Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of InputDataItem in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement InputDataItem Modifier and Type Class Description class
InputDataItemImpl
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type InputDataItem Modifier and Type Field Description protected static ChildElement<InputDataItem>
MultiInstanceLoopCharacteristicsImpl. inputDataItemChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return InputDataItem Modifier and Type Method Description InputDataItem
MultiInstanceLoopCharacteristicsImpl. getInputDataItem()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type InputDataItem Modifier and Type Method Description void
MultiInstanceLoopCharacteristicsImpl. setInputDataItem(InputDataItem inputDataItem)
-
Uses of InputDataItem in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return InputDataItem Modifier and Type Method Description InputDataItem
MultiInstanceLoopCharacteristics. getInputDataItem()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type InputDataItem Modifier and Type Method Description void
MultiInstanceLoopCharacteristics. setInputDataItem(InputDataItem inputDataItem)
-