public class CamundaInImpl extends BpmnModelElementInstanceImpl implements CamundaIn
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
camundaBusinessKeyAttribute |
protected static Attribute<Boolean> |
camundaLocalAttribute |
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() |
boolean |
getCamundaLocal() |
String |
getCamundaSource() |
String |
getCamundaSourceExpression() |
String |
getCamundaTarget() |
String |
getCamundaVariables() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaBusinessKey(String camundaBusinessKey) |
void |
setCamundaLocal(boolean camundaLocal) |
void |
setCamundaSource(String camundaSource) |
void |
setCamundaSourceExpression(String camundaSourceExpression) |
void |
setCamundaTarget(String camundaTarget) |
void |
setCamundaVariables(String camundaVariables) |
builder, getScope, isScopeaddChildElement, 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, waitbuilder, getScope, isScopeaddChildElement, 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 Attribute<String> camundaSourceExpressionAttribute
public CamundaInImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaSource()
getCamundaSource in interface CamundaInpublic void setCamundaSource(String camundaSource)
setCamundaSource in interface CamundaInpublic String getCamundaSourceExpression()
getCamundaSourceExpression in interface CamundaInpublic void setCamundaSourceExpression(String camundaSourceExpression)
setCamundaSourceExpression in interface CamundaInpublic String getCamundaVariables()
getCamundaVariables in interface CamundaInpublic void setCamundaVariables(String camundaVariables)
setCamundaVariables in interface CamundaInpublic String getCamundaTarget()
getCamundaTarget in interface CamundaInpublic void setCamundaTarget(String camundaTarget)
setCamundaTarget in interface CamundaInpublic String getCamundaBusinessKey()
getCamundaBusinessKey in interface CamundaInpublic void setCamundaBusinessKey(String camundaBusinessKey)
setCamundaBusinessKey in interface CamundaInpublic boolean getCamundaLocal()
getCamundaLocal in interface CamundaInpublic void setCamundaLocal(boolean camundaLocal)
setCamundaLocal in interface CamundaInCopyright © 2022. All rights reserved.