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,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class MessageEventDefinitionImpl extends EventDefinitionImpl implements MessageEventDefinition
- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaClassAttributecamunda extensionsprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaDelegateExpressionAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaExpressionAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaResultVariableAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaTaskPriorityAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaTopicAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaTypeAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message>messageRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.ElementReference<Operation,OperationRef>operationRefChild-
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttribute
-
-
Constructor Summary
Constructors Constructor Description MessageEventDefinitionImpl(org.camunda.bpm.model.xml.impl.instance.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(org.camunda.bpm.model.xml.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 org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> messageRefAttribute
-
operationRefChild
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Operation,OperationRef> operationRefChild
-
camundaClassAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaClassAttribute
camunda extensions
-
camundaDelegateExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDelegateExpressionAttribute
-
camundaExpressionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute
-
camundaResultVariableAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaResultVariableAttribute
-
camundaTopicAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTopicAttribute
-
camundaTypeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTypeAttribute
-
camundaTaskPriorityAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTaskPriorityAttribute
-
-
Method Detail
-
registerType
public static void registerType(org.camunda.bpm.model.xml.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
-
-