Interface CamundaOut
-
- All Superinterfaces:
CmmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Implementing Classes:
CamundaOutImpl
public interface CamundaOut extends CmmnModelElementInstance
The CMMN out camunda extension element- Author:
- Sebastian Menski, Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCamundaSource()StringgetCamundaSourceExpression()StringgetCamundaTarget()StringgetCamundaVariables()voidsetCamundaSource(String camundaSource)voidsetCamundaSourceExpression(String camundaSourceExpression)voidsetCamundaTarget(String camundaTarget)voidsetCamundaVariables(String camundaVariables)-
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
-
getCamundaSource
String getCamundaSource()
-
setCamundaSource
void setCamundaSource(String camundaSource)
-
getCamundaSourceExpression
String getCamundaSourceExpression()
-
setCamundaSourceExpression
void setCamundaSourceExpression(String camundaSourceExpression)
-
getCamundaVariables
String getCamundaVariables()
-
setCamundaVariables
void setCamundaVariables(String camundaVariables)
-
getCamundaTarget
String getCamundaTarget()
-
setCamundaTarget
void setCamundaTarget(String camundaTarget)
-
-