Interface LinkEventDefinition
- All Superinterfaces:
- BaseElement,- BpmnModelElementInstance,- EventDefinition,- ModelElementInstance,- RootElement
- All Known Implementing Classes:
- LinkEventDefinitionImpl
The BPMN linkEventDefinition element
- Author:
- Sebastian Menski
- 
Method SummaryMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancebuilder, getScope, isScopeMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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 Details- 
getNameString getName()
- 
setName
- 
getSourcesCollection<LinkEventDefinition> getSources()
- 
getTargetLinkEventDefinition getTarget()
- 
setTarget
 
-