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

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

public interface CamundaVariableListener
extends CmmnModelElementInstance

Author:
Thorben Lindhauer

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)

getCamundaFields

Collection<CamundaField> getCamundaFields()

getCamundaScript

CamundaScript getCamundaScript()

setCamundaScript

void setCamundaScript(CamundaScript camundaScript)


Copyright © 2017 camunda services GmbH. All rights reserved.