public class CamundaExecutionListenerImpl extends BpmnModelElementInstanceImpl implements CamundaExecutionListener
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
camundaClassAttribute |
protected static Attribute<String> |
camundaDelegateExpressionAttribute |
protected static Attribute<String> |
camundaEventAttribute |
protected static Attribute<String> |
camundaExpressionAttribute |
protected static ChildElementCollection<CamundaField> |
camundaFieldCollection |
protected static ChildElement<CamundaScript> |
camundaScriptChild |
modelInstance| Constructor and Description |
|---|
CamundaExecutionListenerImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaClass() |
String |
getCamundaDelegateExpression() |
String |
getCamundaEvent() |
String |
getCamundaExpression() |
Collection<CamundaField> |
getCamundaFields() |
CamundaScript |
getCamundaScript() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaClass(String camundaClass) |
void |
setCamundaDelegateExpression(String camundaDelegateExpression) |
void |
setCamundaEvent(String camundaEvent) |
void |
setCamundaExpression(String camundaExpression) |
void |
setCamundaScript(CamundaScript camundaScript) |
builder, getScope, isScopeaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilder, getScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static Attribute<String> camundaDelegateExpressionAttribute
protected static ChildElementCollection<CamundaField> camundaFieldCollection
protected static ChildElement<CamundaScript> camundaScriptChild
public CamundaExecutionListenerImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaEvent()
getCamundaEvent in interface CamundaExecutionListenerpublic void setCamundaEvent(String camundaEvent)
setCamundaEvent in interface CamundaExecutionListenerpublic String getCamundaClass()
getCamundaClass in interface CamundaExecutionListenerpublic void setCamundaClass(String camundaClass)
setCamundaClass in interface CamundaExecutionListenerpublic String getCamundaExpression()
getCamundaExpression in interface CamundaExecutionListenerpublic void setCamundaExpression(String camundaExpression)
setCamundaExpression in interface CamundaExecutionListenerpublic String getCamundaDelegateExpression()
getCamundaDelegateExpression in interface CamundaExecutionListenerpublic void setCamundaDelegateExpression(String camundaDelegateExpression)
setCamundaDelegateExpression in interface CamundaExecutionListenerpublic Collection<CamundaField> getCamundaFields()
getCamundaFields in interface CamundaExecutionListenerpublic CamundaScript getCamundaScript()
getCamundaScript in interface CamundaExecutionListenerpublic void setCamundaScript(CamundaScript camundaScript)
setCamundaScript in interface CamundaExecutionListenerCopyright © 2018. All rights reserved.