public class CamundaOutImpl extends CmmnModelElementInstanceImpl implements CamundaOut
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaSourceAttribute |
protected static Attribute<String> |
camundaSourceExpressionAttribute |
protected static Attribute<String> |
camundaTargetAttribute |
protected static Attribute<String> |
camundaVariablesAttribute |
modelInstance
Constructor and Description |
---|
CamundaOutImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaSource() |
String |
getCamundaSourceExpression() |
String |
getCamundaTarget() |
String |
getCamundaVariables() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaSource(String camundaSource) |
void |
setCamundaSourceExpression(String camundaSourceExpression) |
void |
setCamundaTarget(String camundaTarget) |
void |
setCamundaVariables(String camundaVariables) |
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
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static Attribute<String> camundaSourceExpressionAttribute
public CamundaOutImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaSource()
getCamundaSource
in interface CamundaOut
public void setCamundaSource(String camundaSource)
setCamundaSource
in interface CamundaOut
public String getCamundaSourceExpression()
getCamundaSourceExpression
in interface CamundaOut
public void setCamundaSourceExpression(String camundaSourceExpression)
setCamundaSourceExpression
in interface CamundaOut
public String getCamundaVariables()
getCamundaVariables
in interface CamundaOut
public void setCamundaVariables(String camundaVariables)
setCamundaVariables
in interface CamundaOut
public String getCamundaTarget()
getCamundaTarget
in interface CamundaOut
public void setCamundaTarget(String camundaTarget)
setCamundaTarget
in interface CamundaOut
Copyright © 2020. All rights reserved.