Class MessageEventDefinitionImpl
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
-
- org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
-
- org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
-
- org.camunda.bpm.model.bpmn.impl.instance.RootElementImpl
-
- org.camunda.bpm.model.bpmn.impl.instance.EventDefinitionImpl
-
- org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
-
- All Implemented Interfaces:
BaseElement,BpmnModelElementInstance,EventDefinition,MessageEventDefinition,RootElement,ModelElementInstance
public class MessageEventDefinitionImpl extends EventDefinitionImpl implements MessageEventDefinition
- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description protected static Attribute<java.lang.String>camundaClassAttributecamunda extensionsprotected static Attribute<java.lang.String>camundaDelegateExpressionAttributeprotected static Attribute<java.lang.String>camundaExpressionAttributeprotected static Attribute<java.lang.String>camundaResultVariableAttributeprotected static Attribute<java.lang.String>camundaTaskPriorityAttributeprotected static Attribute<java.lang.String>camundaTopicAttributeprotected static Attribute<java.lang.String>camundaTypeAttributeprotected static AttributeReference<Message>messageRefAttributeprotected static ElementReference<Operation,OperationRef>operationRefChild-
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttribute
-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description MessageEventDefinitionImpl(ModelTypeInstanceContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCamundaClass()camunda extensionsjava.lang.StringgetCamundaDelegateExpression()java.lang.StringgetCamundaExpression()java.lang.StringgetCamundaResultVariable()java.lang.StringgetCamundaTaskPriority()java.lang.StringgetCamundaTopic()java.lang.StringgetCamundaType()MessagegetMessage()OperationgetOperation()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaClass(java.lang.String camundaClass)voidsetCamundaDelegateExpression(java.lang.String camundaExpression)voidsetCamundaExpression(java.lang.String camundaExpression)voidsetCamundaResultVariable(java.lang.String camundaResultVariable)voidsetCamundaTaskPriority(java.lang.String taskPriority)voidsetCamundaTopic(java.lang.String camundaTopic)voidsetCamundaType(java.lang.String camundaType)voidsetMessage(Message message)voidsetOperation(Operation operation)-
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
-
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
-
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
-
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
-
-
-
Field Detail
-
messageRefAttribute
protected static AttributeReference<Message> messageRefAttribute
-
operationRefChild
protected static ElementReference<Operation,OperationRef> operationRefChild
-
camundaClassAttribute
protected static Attribute<java.lang.String> camundaClassAttribute
camunda extensions
-
camundaDelegateExpressionAttribute
protected static Attribute<java.lang.String> camundaDelegateExpressionAttribute
-
camundaExpressionAttribute
protected static Attribute<java.lang.String> camundaExpressionAttribute
-
camundaResultVariableAttribute
protected static Attribute<java.lang.String> camundaResultVariableAttribute
-
camundaTopicAttribute
protected static Attribute<java.lang.String> camundaTopicAttribute
-
camundaTypeAttribute
protected static Attribute<java.lang.String> camundaTypeAttribute
-
camundaTaskPriorityAttribute
protected static Attribute<java.lang.String> camundaTaskPriorityAttribute
-
-
Constructor Detail
-
MessageEventDefinitionImpl
public MessageEventDefinitionImpl(ModelTypeInstanceContext context)
-
-
Method Detail
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
getMessage
public Message getMessage()
- Specified by:
getMessagein interfaceMessageEventDefinition
-
setMessage
public void setMessage(Message message)
- Specified by:
setMessagein interfaceMessageEventDefinition
-
getOperation
public Operation getOperation()
- Specified by:
getOperationin interfaceMessageEventDefinition
-
setOperation
public void setOperation(Operation operation)
- Specified by:
setOperationin interfaceMessageEventDefinition
-
getCamundaClass
public java.lang.String getCamundaClass()
camunda extensions- Specified by:
getCamundaClassin interfaceMessageEventDefinition
-
setCamundaClass
public void setCamundaClass(java.lang.String camundaClass)
- Specified by:
setCamundaClassin interfaceMessageEventDefinition
-
getCamundaDelegateExpression
public java.lang.String getCamundaDelegateExpression()
- Specified by:
getCamundaDelegateExpressionin interfaceMessageEventDefinition
-
setCamundaDelegateExpression
public void setCamundaDelegateExpression(java.lang.String camundaExpression)
- Specified by:
setCamundaDelegateExpressionin interfaceMessageEventDefinition
-
getCamundaExpression
public java.lang.String getCamundaExpression()
- Specified by:
getCamundaExpressionin interfaceMessageEventDefinition
-
setCamundaExpression
public void setCamundaExpression(java.lang.String camundaExpression)
- Specified by:
setCamundaExpressionin interfaceMessageEventDefinition
-
getCamundaResultVariable
public java.lang.String getCamundaResultVariable()
- Specified by:
getCamundaResultVariablein interfaceMessageEventDefinition
-
setCamundaResultVariable
public void setCamundaResultVariable(java.lang.String camundaResultVariable)
- Specified by:
setCamundaResultVariablein interfaceMessageEventDefinition
-
getCamundaTopic
public java.lang.String getCamundaTopic()
- Specified by:
getCamundaTopicin interfaceMessageEventDefinition
-
setCamundaTopic
public void setCamundaTopic(java.lang.String camundaTopic)
- Specified by:
setCamundaTopicin interfaceMessageEventDefinition
-
getCamundaType
public java.lang.String getCamundaType()
- Specified by:
getCamundaTypein interfaceMessageEventDefinition
-
setCamundaType
public void setCamundaType(java.lang.String camundaType)
- Specified by:
setCamundaTypein interfaceMessageEventDefinition
-
getCamundaTaskPriority
public java.lang.String getCamundaTaskPriority()
- Specified by:
getCamundaTaskPriorityin interfaceMessageEventDefinition
-
setCamundaTaskPriority
public void setCamundaTaskPriority(java.lang.String taskPriority)
- Specified by:
setCamundaTaskPriorityin interfaceMessageEventDefinition
-
-