Class CmmnAttributeElementReferenceCollection

java.lang.Object
org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl<T>
org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl<T>
org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CmmnElement>
org.camunda.bpm.model.cmmn.impl.instance.CmmnAttributeElementReferenceCollection
All Implemented Interfaces:
org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement>, org.camunda.bpm.model.xml.type.reference.Reference<CmmnElement>

public class CmmnAttributeElementReferenceCollection extends org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CmmnElement>
Author:
Roman Smirnov
  • Field Summary

    Fields inherited from class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection

    separator

    Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl

    referenceSourceAttribute

    Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl

    referenceTargetAttribute
  • Constructor Summary

    Constructors
    Constructor
    Description
    CmmnAttributeElementReferenceCollection(org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl<String> referenceSourceAttribute)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    getTargetElementIdentifier(CmmnElement referenceTargetElement)
     

    Methods inherited from class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection

    getReferenceTargetElements, performAddOperation, performClearOperation, performRemoveOperation, removeReference, setReferenceIdentifier, updateReference

    Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl

    getReferenceIdentifier, getReferenceSourceAttribute, getReferenceSourceElementType

    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.AttributeReference

    getReferenceSourceAttribute

    Methods inherited from interface org.camunda.bpm.model.xml.type.reference.Reference

    findReferenceSourceElements, getReferenceIdentifier, getReferenceSourceElementType, getReferenceTargetAttribute, getReferenceTargetElement, setReferenceTargetElement
  • Constructor Details

    • CmmnAttributeElementReferenceCollection

      public CmmnAttributeElementReferenceCollection(org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl<String> referenceSourceAttribute)
  • Method Details

    • getTargetElementIdentifier

      protected String getTargetElementIdentifier(CmmnElement referenceTargetElement)
      Specified by:
      getTargetElementIdentifier in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<CmmnElement>