org.camunda.bpm.model.cmmn.impl.instance.camunda
Class CamundaTaskListenerImpl
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.CamundaTaskListenerImpl
- All Implemented Interfaces:
- CamundaTaskListener, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class CamundaTaskListenerImpl
- extends CmmnModelElementInstanceImpl
- implements CamundaTaskListener
- Author:
- Roman Smirnov
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
CamundaTaskListenerImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| 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 |
camundaEventAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaEventAttribute
camundaClassAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaClassAttribute
camundaExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute
camundaDelegateExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDelegateExpressionAttribute
camundaFieldCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaField> camundaFieldCollection
camundaScriptChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CamundaScript> camundaScriptChild
CamundaTaskListenerImpl
public CamundaTaskListenerImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
getCamundaEvent
public String getCamundaEvent()
- Specified by:
getCamundaEvent in interface CamundaTaskListener
setCamundaEvent
public void setCamundaEvent(String camundaEvent)
- Specified by:
setCamundaEvent in interface CamundaTaskListener
getCamundaClass
public String getCamundaClass()
- Specified by:
getCamundaClass in interface CamundaTaskListener
setCamundaClass
public void setCamundaClass(String camundaClass)
- Specified by:
setCamundaClass in interface CamundaTaskListener
getCamundaExpression
public String getCamundaExpression()
- Specified by:
getCamundaExpression in interface CamundaTaskListener
setCamundaExpression
public void setCamundaExpression(String camundaExpression)
- Specified by:
setCamundaExpression in interface CamundaTaskListener
getCamundaDelegateExpression
public String getCamundaDelegateExpression()
- Specified by:
getCamundaDelegateExpression in interface CamundaTaskListener
setCamundaDelegateExpression
public void setCamundaDelegateExpression(String camundaDelegateExpression)
- Specified by:
setCamundaDelegateExpression in interface CamundaTaskListener
getCamundaScript
public CamundaScript getCamundaScript()
- Specified by:
getCamundaScript in interface CamundaTaskListener
setCamundaScript
public void setCamundaScript(CamundaScript camundaScript)
- Specified by:
setCamundaScript in interface CamundaTaskListener
getCamundaFields
public Collection<CamundaField> getCamundaFields()
- Specified by:
getCamundaFields in interface CamundaTaskListener
Copyright © 2016 camunda services GmbH. All rights reserved.