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

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

public interface CamundaIn
extends BpmnModelElementInstance

The BPMN in camunda extension element

Author:
Sebastian Menski

Method Summary
 String getCamundaBusinessKey()
           
 String getCamundaSource()
           
 String getCamundaSourceExpression()
           
 String getCamundaTarget()
           
 String getCamundaVariables()
           
 void setCamundaBusinessKey(String camundaBusinessKey)
           
 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, 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)

getCamundaBusinessKey

String getCamundaBusinessKey()

setCamundaBusinessKey

void setCamundaBusinessKey(String camundaBusinessKey)


Copyright © 2014 camunda services GmbH. All rights reserved.