Class CamundaInImpl
- 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.CamundaInImpl
-
- All Implemented Interfaces:
CamundaIn,CmmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class CamundaInImpl extends CmmnModelElementInstanceImpl implements CamundaIn
- Author:
- Sebastian Menski, Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaBusinessKeyAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>camundaLocalAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaSourceAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaSourceExpressionAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaTargetAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaVariablesAttribute
-
Constructor Summary
Constructors Constructor Description CamundaInImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCamundaBusinessKey()booleangetCamundaLocal()StringgetCamundaSource()StringgetCamundaSourceExpression()StringgetCamundaTarget()StringgetCamundaVariables()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)voidsetCamundaBusinessKey(String camundaBusinessKey)voidsetCamundaLocal(boolean local)voidsetCamundaSource(String camundaSource)voidsetCamundaSourceExpression(String camundaSourceExpression)voidsetCamundaTarget(String camundaTarget)voidsetCamundaVariables(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 org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaSourceAttribute
-
camundaSourceExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaSourceExpressionAttribute
-
camundaVariablesAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaVariablesAttribute
-
camundaTargetAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTargetAttribute
-
camundaBusinessKeyAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaBusinessKeyAttribute
-
camundaLocalAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaLocalAttribute
-
-
Method Detail
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
getCamundaSource
public String getCamundaSource()
- Specified by:
getCamundaSourcein interfaceCamundaIn
-
setCamundaSource
public void setCamundaSource(String camundaSource)
- Specified by:
setCamundaSourcein interfaceCamundaIn
-
getCamundaSourceExpression
public String getCamundaSourceExpression()
- Specified by:
getCamundaSourceExpressionin interfaceCamundaIn
-
setCamundaSourceExpression
public void setCamundaSourceExpression(String camundaSourceExpression)
- Specified by:
setCamundaSourceExpressionin interfaceCamundaIn
-
getCamundaVariables
public String getCamundaVariables()
- Specified by:
getCamundaVariablesin interfaceCamundaIn
-
setCamundaVariables
public void setCamundaVariables(String camundaVariables)
- Specified by:
setCamundaVariablesin interfaceCamundaIn
-
getCamundaTarget
public String getCamundaTarget()
- Specified by:
getCamundaTargetin interfaceCamundaIn
-
setCamundaTarget
public void setCamundaTarget(String camundaTarget)
- Specified by:
setCamundaTargetin interfaceCamundaIn
-
getCamundaBusinessKey
public String getCamundaBusinessKey()
- Specified by:
getCamundaBusinessKeyin interfaceCamundaIn
-
setCamundaBusinessKey
public void setCamundaBusinessKey(String camundaBusinessKey)
- Specified by:
setCamundaBusinessKeyin interfaceCamundaIn
-
getCamundaLocal
public boolean getCamundaLocal()
- Specified by:
getCamundaLocalin interfaceCamundaIn
-
setCamundaLocal
public void setCamundaLocal(boolean local)
- Specified by:
setCamundaLocalin interfaceCamundaIn
-
-