org.camunda.bpm.model.cmmn.instance.camunda
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
 String getCamundaSource()
           
 String getCamundaSourceExpression()
           
 String getCamundaTarget()
           
 String getCamundaVariables()
           
 void setCamundaSource(String camundaSource)
           
 void setCamundaSourceExpression(String camundaSourceExpression)
           
 void setCamundaTarget(String camundaTarget)
           
 void setCamundaVariables(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, 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)


Copyright © 2014 camunda services GmbH. All rights reserved.