public class CamundaOutImpl extends CmmnModelElementInstanceImpl implements CamundaOut
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaSourceAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaSourceExpressionAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaTargetAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaVariablesAttribute |
| Constructor and Description |
|---|
CamundaOutImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaSource() |
String |
getCamundaSourceExpression() |
String |
getCamundaTarget() |
String |
getCamundaVariables() |
static void |
registerType(org.camunda.bpm.model.xml.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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaSourceAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaSourceExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaVariablesAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTargetAttribute
public CamundaOutImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getCamundaSource()
getCamundaSource in interface CamundaOutpublic void setCamundaSource(String camundaSource)
setCamundaSource in interface CamundaOutpublic String getCamundaSourceExpression()
getCamundaSourceExpression in interface CamundaOutpublic void setCamundaSourceExpression(String camundaSourceExpression)
setCamundaSourceExpression in interface CamundaOutpublic String getCamundaVariables()
getCamundaVariables in interface CamundaOutpublic void setCamundaVariables(String camundaVariables)
setCamundaVariables in interface CamundaOutpublic String getCamundaTarget()
getCamundaTarget in interface CamundaOutpublic void setCamundaTarget(String camundaTarget)
setCamundaTarget in interface CamundaOutCopyright © 2018 camunda services GmbH. All rights reserved.