public class CamundaInImpl extends CmmnModelElementInstanceImpl implements CamundaIn
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaBusinessKeyAttribute |
protected static Attribute<String> |
camundaSourceAttribute |
protected static Attribute<String> |
camundaSourceExpressionAttribute |
protected static Attribute<String> |
camundaTargetAttribute |
protected static Attribute<String> |
camundaVariablesAttribute |
modelInstance
Constructor and Description |
---|
CamundaInImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaBusinessKey() |
String |
getCamundaSource() |
String |
getCamundaSourceExpression() |
String |
getCamundaTarget() |
String |
getCamundaVariables() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaBusinessKey(String camundaBusinessKey) |
void |
setCamundaSource(String camundaSource) |
void |
setCamundaSourceExpression(String camundaSourceExpression) |
void |
setCamundaTarget(String camundaTarget) |
void |
setCamundaVariables(String camundaVariables) |
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
protected static Attribute<String> camundaSourceExpressionAttribute
public CamundaInImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaSource()
getCamundaSource
in interface CamundaIn
public void setCamundaSource(String camundaSource)
setCamundaSource
in interface CamundaIn
public String getCamundaSourceExpression()
getCamundaSourceExpression
in interface CamundaIn
public void setCamundaSourceExpression(String camundaSourceExpression)
setCamundaSourceExpression
in interface CamundaIn
public String getCamundaVariables()
getCamundaVariables
in interface CamundaIn
public void setCamundaVariables(String camundaVariables)
setCamundaVariables
in interface CamundaIn
public String getCamundaTarget()
getCamundaTarget
in interface CamundaIn
public void setCamundaTarget(String camundaTarget)
setCamundaTarget
in interface CamundaIn
public String getCamundaBusinessKey()
getCamundaBusinessKey
in interface CamundaIn
public void setCamundaBusinessKey(String camundaBusinessKey)
setCamundaBusinessKey
in interface CamundaIn
Copyright © 2018. All rights reserved.