Class DataAssociationImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
- All Implemented Interfaces:
BaseElement,BpmnModelElementInstance,DataAssociation,org.camunda.bpm.model.xml.instance.ModelElementInstance
- Direct Known Subclasses:
DataInputAssociationImpl,DataOutputAssociationImpl
The BPMN dataAssociation element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Assignment>protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<ItemAwareElement,SourceRef> protected static org.camunda.bpm.model.xml.type.reference.ElementReference<ItemAwareElement,TargetRef> protected static org.camunda.bpm.model.xml.type.child.ChildElement<Transformation>Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionDataAssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetTarget(ItemAwareElement target) voidsetTransformation(Transformation transformation) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Field Details
-
sourceRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<ItemAwareElement,SourceRef> sourceRefCollection -
targetRefChild
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<ItemAwareElement,TargetRef> targetRefChild -
transformationChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Transformation> transformationChild -
assignmentCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Assignment> assignmentCollection
-
-
Constructor Details
-
DataAssociationImpl
public DataAssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
getSources
- Specified by:
getSourcesin interfaceDataAssociation
-
getTarget
- Specified by:
getTargetin interfaceDataAssociation
-
setTarget
- Specified by:
setTargetin interfaceDataAssociation
-
getTransformation
- Specified by:
getTransformationin interfaceDataAssociation
-
setTransformation
- Specified by:
setTransformationin interfaceDataAssociation
-
getAssignments
- Specified by:
getAssignmentsin interfaceDataAssociation
-
getDiagramElement
- Specified by:
getDiagramElementin interfaceBaseElement- Specified by:
getDiagramElementin interfaceDataAssociation- Overrides:
getDiagramElementin classBaseElementImpl
-