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<String>camundaClassAttributecamunda extensionsprotected static Attribute<String>camundaDelegateExpressionAttributeprotected static Attribute<String>camundaExpressionAttributeprotected static Attribute<String>camundaResultVariableAttributeprotected static Attribute<String>camundaTaskPriorityAttributeprotected static Attribute<String>camundaTopicAttributeprotected static Attribute<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 StringgetCamundaClass()camunda extensionsStringgetCamundaDelegateExpression()StringgetCamundaExpression()StringgetCamundaResultVariable()StringgetCamundaTaskPriority()StringgetCamundaTopic()StringgetCamundaType()MessagegetMessage()OperationgetOperation()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaClass(String camundaClass)voidsetCamundaDelegateExpression(String camundaExpression)voidsetCamundaExpression(String camundaExpression)voidsetCamundaResultVariable(String camundaResultVariable)voidsetCamundaTaskPriority(String taskPriority)voidsetCamundaTopic(String camundaTopic)voidsetCamundaType(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
-
camundaDelegateExpressionAttribute
protected static Attribute<String> camundaDelegateExpressionAttribute
-
-
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 String getCamundaClass()
camunda extensions- Specified by:
getCamundaClassin interfaceMessageEventDefinition
-
setCamundaClass
public void setCamundaClass(String camundaClass)
- Specified by:
setCamundaClassin interfaceMessageEventDefinition
-
getCamundaDelegateExpression
public String getCamundaDelegateExpression()
- Specified by:
getCamundaDelegateExpressionin interfaceMessageEventDefinition
-
setCamundaDelegateExpression
public void setCamundaDelegateExpression(String camundaExpression)
- Specified by:
setCamundaDelegateExpressionin interfaceMessageEventDefinition
-
getCamundaExpression
public String getCamundaExpression()
- Specified by:
getCamundaExpressionin interfaceMessageEventDefinition
-
setCamundaExpression
public void setCamundaExpression(String camundaExpression)
- Specified by:
setCamundaExpressionin interfaceMessageEventDefinition
-
getCamundaResultVariable
public String getCamundaResultVariable()
- Specified by:
getCamundaResultVariablein interfaceMessageEventDefinition
-
setCamundaResultVariable
public void setCamundaResultVariable(String camundaResultVariable)
- Specified by:
setCamundaResultVariablein interfaceMessageEventDefinition
-
getCamundaTopic
public String getCamundaTopic()
- Specified by:
getCamundaTopicin interfaceMessageEventDefinition
-
setCamundaTopic
public void setCamundaTopic(String camundaTopic)
- Specified by:
setCamundaTopicin interfaceMessageEventDefinition
-
getCamundaType
public String getCamundaType()
- Specified by:
getCamundaTypein interfaceMessageEventDefinition
-
setCamundaType
public void setCamundaType(String camundaType)
- Specified by:
setCamundaTypein interfaceMessageEventDefinition
-
getCamundaTaskPriority
public String getCamundaTaskPriority()
- Specified by:
getCamundaTaskPriorityin interfaceMessageEventDefinition
-
setCamundaTaskPriority
public void setCamundaTaskPriority(String taskPriority)
- Specified by:
setCamundaTaskPriorityin interfaceMessageEventDefinition
-
-