org.camunda.bpm.model.cmmn.instance.camunda
Interface CamundaCaseExecutionListener

All Superinterfaces:
CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
CamundaCaseExecutionListenerImpl

public interface CamundaCaseExecutionListener
extends CmmnModelElementInstance

Author:
Roman Smirnov

Method Summary
 String getCamundaClass()
           
 String getCamundaDelegateExpression()
           
 String getCamundaEvent()
           
 String getCamundaExpression()
           
 Collection<CamundaField> getCamundaFields()
           
 CamundaScript getCamundaScript()
           
 void setCamundaClass(String camundaClass)
           
 void setCamundaDelegateExpression(String camundaDelegateExpression)
           
 void setCamundaEvent(String camundaEvent)
           
 void setCamundaExpression(String camundaExpression)
           
 void setCamundaScript(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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getCamundaEvent

String getCamundaEvent()

setCamundaEvent

void setCamundaEvent(String camundaEvent)

getCamundaClass

String getCamundaClass()

setCamundaClass

void setCamundaClass(String camundaClass)

getCamundaExpression

String getCamundaExpression()

setCamundaExpression

void setCamundaExpression(String camundaExpression)

getCamundaDelegateExpression

String getCamundaDelegateExpression()

setCamundaDelegateExpression

void setCamundaDelegateExpression(String camundaDelegateExpression)

getCamundaScript

CamundaScript getCamundaScript()

setCamundaScript

void setCamundaScript(CamundaScript camundaScript)

getCamundaFields

Collection<CamundaField> getCamundaFields()


Copyright © 2015 camunda services GmbH. All rights reserved.