org.camunda.bpm.model.bpmn.impl.instance
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
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
| 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 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 |
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
MessageEventDefinitionImpl
public MessageEventDefinitionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
getMessage
public Message getMessage()
- Specified by:
getMessage in interface MessageEventDefinition
setMessage
public void setMessage(Message message)
- Specified by:
setMessage in interface MessageEventDefinition
getOperation
public Operation getOperation()
- Specified by:
getOperation in interface MessageEventDefinition
setOperation
public void setOperation(Operation operation)
- Specified by:
setOperation in interface MessageEventDefinition
getCamundaClass
public String getCamundaClass()
- camunda extensions
- Specified by:
getCamundaClass in interface MessageEventDefinition
setCamundaClass
public void setCamundaClass(String camundaClass)
- Specified by:
setCamundaClass in interface MessageEventDefinition
getCamundaDelegateExpression
public String getCamundaDelegateExpression()
- Specified by:
getCamundaDelegateExpression in interface MessageEventDefinition
setCamundaDelegateExpression
public void setCamundaDelegateExpression(String camundaExpression)
- Specified by:
setCamundaDelegateExpression in interface MessageEventDefinition
getCamundaExpression
public String getCamundaExpression()
- Specified by:
getCamundaExpression in interface MessageEventDefinition
setCamundaExpression
public void setCamundaExpression(String camundaExpression)
- Specified by:
setCamundaExpression in interface MessageEventDefinition
getCamundaResultVariable
public String getCamundaResultVariable()
- Specified by:
getCamundaResultVariable in interface MessageEventDefinition
setCamundaResultVariable
public void setCamundaResultVariable(String camundaResultVariable)
- Specified by:
setCamundaResultVariable in interface MessageEventDefinition
getCamundaTopic
public String getCamundaTopic()
- Specified by:
getCamundaTopic in interface MessageEventDefinition
setCamundaTopic
public void setCamundaTopic(String camundaTopic)
- Specified by:
setCamundaTopic in interface MessageEventDefinition
getCamundaType
public String getCamundaType()
- Specified by:
getCamundaType in interface MessageEventDefinition
setCamundaType
public void setCamundaType(String camundaType)
- Specified by:
setCamundaType in interface MessageEventDefinition
getCamundaTaskPriority
public String getCamundaTaskPriority()
- Specified by:
getCamundaTaskPriority in interface MessageEventDefinition
setCamundaTaskPriority
public void setCamundaTaskPriority(String taskPriority)
- Specified by:
setCamundaTaskPriority in interface MessageEventDefinition
Copyright © 2017 camunda services GmbH. All rights reserved.