Interface CamundaCaseExecutionListener
-
- All Superinterfaces:
CmmnModelElementInstance,ModelElementInstance
- All Known Implementing Classes:
CamundaCaseExecutionListenerImpl
public interface CamundaCaseExecutionListener extends CmmnModelElementInstance
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCamundaClass()java.lang.StringgetCamundaDelegateExpression()java.lang.StringgetCamundaEvent()java.lang.StringgetCamundaExpression()java.util.Collection<CamundaField>getCamundaFields()CamundaScriptgetCamundaScript()voidsetCamundaClass(java.lang.String camundaClass)voidsetCamundaDelegateExpression(java.lang.String camundaDelegateExpression)voidsetCamundaEvent(java.lang.String camundaEvent)voidsetCamundaExpression(java.lang.String camundaExpression)voidsetCamundaScript(CamundaScript camundaScript)-
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
-
-
-
-
Method Detail
-
getCamundaEvent
java.lang.String getCamundaEvent()
-
setCamundaEvent
void setCamundaEvent(java.lang.String camundaEvent)
-
getCamundaClass
java.lang.String getCamundaClass()
-
setCamundaClass
void setCamundaClass(java.lang.String camundaClass)
-
getCamundaExpression
java.lang.String getCamundaExpression()
-
setCamundaExpression
void setCamundaExpression(java.lang.String camundaExpression)
-
getCamundaDelegateExpression
java.lang.String getCamundaDelegateExpression()
-
setCamundaDelegateExpression
void setCamundaDelegateExpression(java.lang.String camundaDelegateExpression)
-
getCamundaScript
CamundaScript getCamundaScript()
-
setCamundaScript
void setCamundaScript(CamundaScript camundaScript)
-
getCamundaFields
java.util.Collection<CamundaField> getCamundaFields()
-
-