public class CamundaScriptImpl extends BpmnModelElementInstanceImpl implements CamundaScript
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaResourceAttribute |
protected static Attribute<String> |
camundaScriptFormatAttribute |
modelInstance
Constructor and Description |
---|
CamundaScriptImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaResource() |
String |
getCamundaScriptFormat() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaResource(String camundaResource) |
void |
setCamundaScriptFormat(String camundaScriptFormat) |
builder, getScope, isScope
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
builder, getScope, isScope
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
public CamundaScriptImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaScriptFormat()
getCamundaScriptFormat
in interface CamundaScript
public void setCamundaScriptFormat(String camundaScriptFormat)
setCamundaScriptFormat
in interface CamundaScript
public String getCamundaResource()
getCamundaResource
in interface CamundaScript
public void setCamundaResource(String camundaResource)
setCamundaResource
in interface CamundaScript
Copyright © 2022. All rights reserved.