public interface MessageEventDefinition extends EventDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getCamundaClass()
camunda extensions
|
String |
getCamundaDelegateExpression() |
String |
getCamundaExpression() |
String |
getCamundaResultVariable() |
Message |
getMessage() |
Operation |
getOperation() |
void |
setCamundaClass(String camundaClass) |
void |
setCamundaDelegateExpression(String camundaExpression) |
void |
setCamundaExpression(String camundaExpression) |
void |
setCamundaResultVariable(String camundaResultVariable) |
void |
setMessage(Message message) |
void |
setOperation(Operation operation) |
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdbuilder, 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, updateAfterReplacementMessage getMessage()
void setMessage(Message message)
Operation getOperation()
void setOperation(Operation operation)
String getCamundaClass()
void setCamundaClass(String camundaClass)
String getCamundaDelegateExpression()
void setCamundaDelegateExpression(String camundaExpression)
String getCamundaExpression()
void setCamundaExpression(String camundaExpression)
String getCamundaResultVariable()
void setCamundaResultVariable(String camundaResultVariable)
Copyright © 2018. All rights reserved.