Class CamundaOutImpl
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
-
- org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
-
- org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
-
- All Implemented Interfaces:
CamundaOut
,CmmnModelElementInstance
,ModelElementInstance
public class CamundaOutImpl extends CmmnModelElementInstanceImpl implements CamundaOut
- Author:
- Sebastian Menski, Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static Attribute<java.lang.String>
camundaSourceAttribute
protected static Attribute<java.lang.String>
camundaSourceExpressionAttribute
protected static Attribute<java.lang.String>
camundaTargetAttribute
protected static Attribute<java.lang.String>
camundaVariablesAttribute
-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description CamundaOutImpl(ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCamundaSource()
java.lang.String
getCamundaSourceExpression()
java.lang.String
getCamundaTarget()
java.lang.String
getCamundaVariables()
static void
registerType(ModelBuilder modelBuilder)
void
setCamundaSource(java.lang.String camundaSource)
void
setCamundaSourceExpression(java.lang.String camundaSourceExpression)
void
setCamundaTarget(java.lang.String camundaTarget)
void
setCamundaVariables(java.lang.String camundaVariables)
-
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
camundaSourceAttribute
protected static Attribute<java.lang.String> camundaSourceAttribute
-
camundaSourceExpressionAttribute
protected static Attribute<java.lang.String> camundaSourceExpressionAttribute
-
camundaVariablesAttribute
protected static Attribute<java.lang.String> camundaVariablesAttribute
-
camundaTargetAttribute
protected static Attribute<java.lang.String> camundaTargetAttribute
-
-
Constructor Detail
-
CamundaOutImpl
public CamundaOutImpl(ModelTypeInstanceContext instanceContext)
-
-
Method Detail
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
getCamundaSource
public java.lang.String getCamundaSource()
- Specified by:
getCamundaSource
in interfaceCamundaOut
-
setCamundaSource
public void setCamundaSource(java.lang.String camundaSource)
- Specified by:
setCamundaSource
in interfaceCamundaOut
-
getCamundaSourceExpression
public java.lang.String getCamundaSourceExpression()
- Specified by:
getCamundaSourceExpression
in interfaceCamundaOut
-
setCamundaSourceExpression
public void setCamundaSourceExpression(java.lang.String camundaSourceExpression)
- Specified by:
setCamundaSourceExpression
in interfaceCamundaOut
-
getCamundaVariables
public java.lang.String getCamundaVariables()
- Specified by:
getCamundaVariables
in interfaceCamundaOut
-
setCamundaVariables
public void setCamundaVariables(java.lang.String camundaVariables)
- Specified by:
setCamundaVariables
in interfaceCamundaOut
-
getCamundaTarget
public java.lang.String getCamundaTarget()
- Specified by:
getCamundaTarget
in interfaceCamundaOut
-
setCamundaTarget
public void setCamundaTarget(java.lang.String camundaTarget)
- Specified by:
setCamundaTarget
in interfaceCamundaOut
-
-