org.camunda.bpm.model.bpmn.instance
Interface DataAssociation

All Superinterfaces:
BaseElement, BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
DataInputAssociation, DataOutputAssociation
All Known Implementing Classes:
DataAssociationImpl, DataInputAssociationImpl, DataOutputAssociationImpl

public interface DataAssociation
extends BaseElement

The BPMN dataAssociation element

Author:
Sebastian Menski

Method Summary
 Collection<Assignment> getAssignments()
           
 BpmnEdge getDiagramElement()
           
 Collection<ItemAwareElement> getSources()
           
 ItemAwareElement getTarget()
           
 FormalExpression getTransformation()
           
 void setTarget(ItemAwareElement target)
           
 void setTransformation(Transformation transformation)
           
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
 
Methods 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
 

Method Detail

getSources

Collection<ItemAwareElement> getSources()

getTarget

ItemAwareElement getTarget()

setTarget

void setTarget(ItemAwareElement target)

getTransformation

FormalExpression getTransformation()

setTransformation

void setTransformation(Transformation transformation)

getAssignments

Collection<Assignment> getAssignments()

getDiagramElement

BpmnEdge getDiagramElement()
Specified by:
getDiagramElement in interface BaseElement


Copyright © 2017 camunda services GmbH. All rights reserved.