Uses of Interface
org.camunda.bpm.model.bpmn.instance.ItemAwareElement

Packages that use ItemAwareElement
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
 class DataInputImpl
          The BPMN dataInput element
 class DataObjectImpl
          The BPMN dataObject element
 class DataObjectReferenceImpl
           
 class DataOutputImpl
           
 class DataStoreImpl
          The BPMN dataStore element
 class InputDataItemImpl
          The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics type
 class ItemAwareElementImpl
           
 class OutputDataItemImpl
          The BPMN 2.0 outputDataItem from the tMultiInstanceLoopCharacteristics type
 class PropertyImpl
          The BPMN property element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ItemAwareElement
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<ItemAwareElement,SourceRef> DataAssociationImpl.sourceRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<ItemAwareElement,TargetRef> DataAssociationImpl.targetRefChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return ItemAwareElement
 ItemAwareElement DataAssociationImpl.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type ItemAwareElement
 Collection<ItemAwareElement> DataAssociationImpl.getSources()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ItemAwareElement
 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
 interface DataInput
          The BPMN dataInput element
 interface DataObject
          The BPMN dataObject element
 interface DataObjectReference
          The BPMN dataObjectReference element
 interface DataOutput
          The BPMN dataOutput element
 interface DataStore
          The BPMN dataStore element
 interface InputDataItem
          The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics type
 interface OutputDataItem
          The BPMN 2.0 outputDataItem from the tMultiInstanceLoopCharacteristics type
 interface Property
          The BPMN property element
 

Methods in org.camunda.bpm.model.bpmn.instance that return ItemAwareElement
 ItemAwareElement DataAssociation.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type ItemAwareElement
 Collection<ItemAwareElement> DataAssociation.getSources()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ItemAwareElement
 void DataAssociation.setTarget(ItemAwareElement target)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.