public class CamundaCaseExecutionListenerImpl extends CmmnModelElementInstanceImpl implements CamundaCaseExecutionListener
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaClassAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaDelegateExpressionAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaEventAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaExpressionAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaField> |
camundaFieldCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaScript> |
camundaScriptChild |
| Constructor and Description |
|---|
CamundaCaseExecutionListenerImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaClass() |
String |
getCamundaDelegateExpression() |
String |
getCamundaEvent() |
String |
getCamundaExpression() |
Collection<CamundaField> |
getCamundaFields() |
CamundaScript |
getCamundaScript() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setCamundaClass(String camundaClass) |
void |
setCamundaDelegateExpression(String camundaDelegateExpression) |
void |
setCamundaEvent(String camundaEvent) |
void |
setCamundaExpression(String camundaExpression) |
void |
setCamundaScript(CamundaScript camundaScript) |
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> camundaEventAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaClassAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDelegateExpressionAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaField> camundaFieldCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaScript> camundaScriptChild
public CamundaCaseExecutionListenerImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getCamundaEvent()
getCamundaEvent in interface CamundaCaseExecutionListenerpublic void setCamundaEvent(String camundaEvent)
setCamundaEvent in interface CamundaCaseExecutionListenerpublic String getCamundaClass()
getCamundaClass in interface CamundaCaseExecutionListenerpublic void setCamundaClass(String camundaClass)
setCamundaClass in interface CamundaCaseExecutionListenerpublic String getCamundaExpression()
getCamundaExpression in interface CamundaCaseExecutionListenerpublic void setCamundaExpression(String camundaExpression)
setCamundaExpression in interface CamundaCaseExecutionListenerpublic String getCamundaDelegateExpression()
getCamundaDelegateExpression in interface CamundaCaseExecutionListenerpublic void setCamundaDelegateExpression(String camundaDelegateExpression)
setCamundaDelegateExpression in interface CamundaCaseExecutionListenerpublic CamundaScript getCamundaScript()
getCamundaScript in interface CamundaCaseExecutionListenerpublic void setCamundaScript(CamundaScript camundaScript)
setCamundaScript in interface CamundaCaseExecutionListenerpublic Collection<CamundaField> getCamundaFields()
getCamundaFields in interface CamundaCaseExecutionListenerCopyright © 2014–2019 camunda services GmbH. All rights reserved.