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

All Superinterfaces:
BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
CamundaOutImpl

public interface CamundaOut
extends BpmnModelElementInstance

The BPMN out camunda extension element

Author:
Sebastian Menski

Method Summary
 boolean getCamundaLocal()
           
 String getCamundaSource()
           
 String getCamundaSourceExpression()
           
 String getCamundaTarget()
           
 String getCamundaVariables()
           
 void setCamundaLocal(boolean camundaLocal)
           
 void setCamundaSource(String camundaSource)
           
 void setCamundaSourceExpression(String camundaSourceExpression)
           
 void setCamundaTarget(String camundaTarget)
           
 void setCamundaVariables(String camundaVariables)
           
 
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

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)

getCamundaLocal

boolean getCamundaLocal()

setCamundaLocal

void setCamundaLocal(boolean camundaLocal)


Copyright © 2017 camunda services GmbH. All rights reserved.