public class MessageEventDefinitionImpl extends EventDefinitionImpl implements MessageEventDefinition
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaClassAttribute
camunda extensions
|
protected static Attribute<String> |
camundaDelegateExpressionAttribute |
protected static Attribute<String> |
camundaExpressionAttribute |
protected static Attribute<String> |
camundaResultVariableAttribute |
protected static AttributeReference<Message> |
messageRefAttribute |
protected static ElementReference<Operation,OperationRef> |
operationRefChild |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
MessageEventDefinitionImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaClass()
camunda extensions
|
String |
getCamundaDelegateExpression() |
String |
getCamundaExpression() |
String |
getCamundaResultVariable() |
Message |
getMessage() |
Operation |
getOperation() |
static void |
registerType(ModelBuilder modelBuilder) |
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, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
addChildElement, 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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
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
protected static AttributeReference<Message> messageRefAttribute
protected static ElementReference<Operation,OperationRef> operationRefChild
protected static Attribute<String> camundaDelegateExpressionAttribute
public MessageEventDefinitionImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public Message getMessage()
getMessage
in interface MessageEventDefinition
public void setMessage(Message message)
setMessage
in interface MessageEventDefinition
public Operation getOperation()
getOperation
in interface MessageEventDefinition
public void setOperation(Operation operation)
setOperation
in interface MessageEventDefinition
public String getCamundaClass()
getCamundaClass
in interface MessageEventDefinition
public void setCamundaClass(String camundaClass)
setCamundaClass
in interface MessageEventDefinition
public String getCamundaDelegateExpression()
getCamundaDelegateExpression
in interface MessageEventDefinition
public void setCamundaDelegateExpression(String camundaExpression)
setCamundaDelegateExpression
in interface MessageEventDefinition
public String getCamundaExpression()
getCamundaExpression
in interface MessageEventDefinition
public void setCamundaExpression(String camundaExpression)
setCamundaExpression
in interface MessageEventDefinition
public String getCamundaResultVariable()
getCamundaResultVariable
in interface MessageEventDefinition
public void setCamundaResultVariable(String camundaResultVariable)
setCamundaResultVariable
in interface MessageEventDefinition
Copyright © 2015. All rights reserved.