Class CamundaCaseExecutionListenerImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
- All Implemented Interfaces:
CamundaCaseExecutionListener
,CmmnModelElementInstance
,ModelElementInstance
public class CamundaCaseExecutionListenerImpl
extends CmmnModelElementInstanceImpl
implements CamundaCaseExecutionListener
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected static ChildElementCollection<CamundaField>
protected static ChildElement<CamundaScript>
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerType
(ModelBuilder modelBuilder) void
setCamundaClass
(String camundaClass) void
setCamundaDelegateExpression
(String camundaDelegateExpression) void
setCamundaEvent
(String camundaEvent) void
setCamundaExpression
(String camundaExpression) void
setCamundaScript
(CamundaScript camundaScript) Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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
-
Field Details
-
camundaEventAttribute
-
camundaClassAttribute
-
camundaExpressionAttribute
-
camundaDelegateExpressionAttribute
-
camundaFieldCollection
-
camundaScriptChild
-
-
Constructor Details
-
CamundaCaseExecutionListenerImpl
-
-
Method Details
-
registerType
-
getCamundaEvent
- Specified by:
getCamundaEvent
in interfaceCamundaCaseExecutionListener
-
setCamundaEvent
- Specified by:
setCamundaEvent
in interfaceCamundaCaseExecutionListener
-
getCamundaClass
- Specified by:
getCamundaClass
in interfaceCamundaCaseExecutionListener
-
setCamundaClass
- Specified by:
setCamundaClass
in interfaceCamundaCaseExecutionListener
-
getCamundaExpression
- Specified by:
getCamundaExpression
in interfaceCamundaCaseExecutionListener
-
setCamundaExpression
- Specified by:
setCamundaExpression
in interfaceCamundaCaseExecutionListener
-
getCamundaDelegateExpression
- Specified by:
getCamundaDelegateExpression
in interfaceCamundaCaseExecutionListener
-
setCamundaDelegateExpression
- Specified by:
setCamundaDelegateExpression
in interfaceCamundaCaseExecutionListener
-
getCamundaScript
- Specified by:
getCamundaScript
in interfaceCamundaCaseExecutionListener
-
setCamundaScript
- Specified by:
setCamundaScript
in interfaceCamundaCaseExecutionListener
-
getCamundaFields
- Specified by:
getCamundaFields
in interfaceCamundaCaseExecutionListener
-