Uses of Interface
org.camunda.bpm.model.bpmn.instance.ItemAwareElement
-
Packages that use ItemAwareElement Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ItemAwareElement in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ItemAwareElement Modifier and Type Class Description class
DataInputImpl
The BPMN dataInput elementclass
DataObjectImpl
The BPMN dataObject elementclass
DataObjectReferenceImpl
class
DataOutputImpl
class
DataStoreImpl
The BPMN dataStore elementclass
DataStoreReferenceImpl
class
InputDataItemImpl
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeclass
ItemAwareElementImpl
class
OutputDataItemImpl
The BPMN 2.0 outputDataItem from the tMultiInstanceLoopCharacteristics typeclass
PropertyImpl
The BPMN property elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ItemAwareElement Modifier and Type Field Description protected static ElementReferenceCollection<ItemAwareElement,SourceRef>
DataAssociationImpl. sourceRefCollection
protected static ElementReference<ItemAwareElement,TargetRef>
DataAssociationImpl. targetRefChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ItemAwareElement Modifier and Type Method Description ItemAwareElement
DataAssociationImpl. getTarget()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ItemAwareElement Modifier and Type Method Description Collection<ItemAwareElement>
DataAssociationImpl. getSources()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ItemAwareElement Modifier and Type Method Description void
DataAssociationImpl. setTarget(ItemAwareElement target)
-
Uses of ItemAwareElement in org.camunda.bpm.model.bpmn.instance
Subinterfaces of ItemAwareElement in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
DataInput
The BPMN dataInput elementinterface
DataObject
The BPMN dataObject elementinterface
DataObjectReference
The BPMN dataObjectReference elementinterface
DataOutput
The BPMN dataOutput elementinterface
DataStore
The BPMN dataStore elementinterface
DataStoreReference
The BPMN dataStoreReference elementinterface
InputDataItem
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics typeinterface
OutputDataItem
The BPMN 2.0 outputDataItem from the tMultiInstanceLoopCharacteristics typeinterface
Property
The BPMN property elementMethods in org.camunda.bpm.model.bpmn.instance that return ItemAwareElement Modifier and Type Method Description ItemAwareElement
DataAssociation. getTarget()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ItemAwareElement Modifier and Type Method Description Collection<ItemAwareElement>
DataAssociation. getSources()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ItemAwareElement Modifier and Type Method Description void
DataAssociation. setTarget(ItemAwareElement target)
-