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:
AttributeReference<CmmnElement>
,Reference<CmmnElement>
public class CmmnAttributeElementReferenceCollection extends 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(AttributeImpl<String> referenceSourceAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
CmmnAttributeElementReferenceCollection
public CmmnAttributeElementReferenceCollection(AttributeImpl<String> referenceSourceAttribute)
-
-
Method Detail
-
getTargetElementIdentifier
protected String getTargetElementIdentifier(CmmnElement referenceTargetElement)
- Specified by:
getTargetElementIdentifier
in classAttributeReferenceCollection<CmmnElement>
-
-