org.camunda.bpm.model.xml.impl.type.reference
Class QNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl<Target>
      extended by org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl<Target,Source>
          extended by org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceCollectionImpl<Target,Source>
All Implemented Interfaces:
ElementReferenceCollection<Target,Source>, Reference<Target>

public class QNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
extends ElementReferenceCollectionImpl<Target,Source>

Author:
Sebastian Menski

Field Summary
 
Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
referenceTargetAttribute
 
Constructor Summary
QNameElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
           
 
Method Summary
 String getReferenceIdentifier(ModelElementInstance referenceSourceElement)
          Get the reference identifier which is set in the reference source
 
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
getReferenceSourceCollection, getReferenceSourceElementType, getReferenceTargetElements, getView, performAddOperation, performClearOperation, performRemoveOperation, removeReference, setReferenceIdentifier, setReferenceSourceElementType, updateReference
 
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
findReferenceSourceElements, getReferenceTargetAttribute, getReferenceTargetElement, referencedElementRemoved, referencedElementUpdated, setReferenceTargetAttribute, setReferenceTargetElement, setReferenceTargetElementType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.xml.type.reference.Reference
findReferenceSourceElements, getReferenceTargetAttribute, getReferenceTargetElement, setReferenceTargetElement
 

Constructor Detail

QNameElementReferenceCollectionImpl

public QNameElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
Method Detail

getReferenceIdentifier

public String getReferenceIdentifier(ModelElementInstance referenceSourceElement)
Description copied from interface: Reference
Get the reference identifier which is set in the reference source

Specified by:
getReferenceIdentifier in interface Reference<Target extends ModelElementInstance>
Overrides:
getReferenceIdentifier in class ElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
Parameters:
referenceSourceElement - the reference source model element instance
Returns:
the reference identifier


Copyright © 2016 camunda services GmbH. All rights reserved.