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()
           
 boolean getCamundaLocal()
           
 String getCamundaSource()
           
 String getCamundaSourceExpression()
           
 String getCamundaTarget()
           
 String getCamundaVariables()
           
 void setCamundaBusinessKey(String camundaBusinessKey)
           
 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)

getCamundaBusinessKey

String getCamundaBusinessKey()

setCamundaBusinessKey

void setCamundaBusinessKey(String camundaBusinessKey)

getCamundaLocal

boolean getCamundaLocal()

setCamundaLocal

void setCamundaLocal(boolean camundaLocal)


Copyright © 2017 camunda services GmbH. All rights reserved.