public class CamundaScriptImpl extends CmmnModelElementInstanceImpl implements CamundaScript
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaResourceAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaScriptFormatAttribute |
| Constructor and Description |
|---|
CamundaScriptImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaResource() |
String |
getCamundaScriptFormat() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setCamundaResoure(String resource) |
void |
setCamundaScriptFormat(String scriptFormat) |
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> camundaScriptFormatAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaResourceAttribute
public CamundaScriptImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getCamundaScriptFormat()
getCamundaScriptFormat in interface CamundaScriptpublic void setCamundaScriptFormat(String scriptFormat)
setCamundaScriptFormat in interface CamundaScriptpublic String getCamundaResource()
getCamundaResource in interface CamundaScriptpublic void setCamundaResoure(String resource)
setCamundaResoure in interface CamundaScriptCopyright © 2014–2019 camunda services GmbH. All rights reserved.