Class MessageEventDefinitionImpl
java.lang.Object
org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
org.operaton.bpm.model.bpmn.impl.instance.RootElementImpl
org.operaton.bpm.model.bpmn.impl.instance.EventDefinitionImpl
org.operaton.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
FieldsModifier and TypeFieldDescriptionprotected static AttributeReference<Message> protected static ElementReference<Operation, OperationRef> operaton extensionsFields inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.operaton.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoperaton extensionsstatic voidregisterType(ModelBuilder modelBuilder) voidsetMessage(Message message) voidsetOperation(Operation operation) voidsetOperatonClass(String operatonClass) voidsetOperatonDelegateExpression(String operatonExpression) voidsetOperatonExpression(String operatonExpression) voidsetOperatonResultVariable(String operatonResultVariable) voidsetOperatonTaskPriority(String taskPriority) voidsetOperatonTopic(String operatonTopic) voidsetOperatonType(String operatonType) Methods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.operaton.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods inherited from class org.operaton.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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods inherited from interface org.operaton.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 Details
-
messageRefAttribute
-
operationRefChild
-
operatonClassAttribute
operaton extensions -
operatonDelegateExpressionAttribute
-
operatonExpressionAttribute
-
operatonResultVariableAttribute
-
operatonTopicAttribute
-
operatonTypeAttribute
-
operatonTaskPriorityAttribute
-
-
Constructor Details
-
MessageEventDefinitionImpl
-
-
Method Details
-
registerType
-
getMessage
- Specified by:
getMessagein interfaceMessageEventDefinition
-
setMessage
- Specified by:
setMessagein interfaceMessageEventDefinition
-
getOperation
- Specified by:
getOperationin interfaceMessageEventDefinition
-
setOperation
- Specified by:
setOperationin interfaceMessageEventDefinition
-
getOperatonClass
operaton extensions- Specified by:
getOperatonClassin interfaceMessageEventDefinition
-
setOperatonClass
- Specified by:
setOperatonClassin interfaceMessageEventDefinition
-
getOperatonDelegateExpression
- Specified by:
getOperatonDelegateExpressionin interfaceMessageEventDefinition
-
setOperatonDelegateExpression
- Specified by:
setOperatonDelegateExpressionin interfaceMessageEventDefinition
-
getOperatonExpression
- Specified by:
getOperatonExpressionin interfaceMessageEventDefinition
-
setOperatonExpression
- Specified by:
setOperatonExpressionin interfaceMessageEventDefinition
-
getOperatonResultVariable
- Specified by:
getOperatonResultVariablein interfaceMessageEventDefinition
-
setOperatonResultVariable
- Specified by:
setOperatonResultVariablein interfaceMessageEventDefinition
-
getOperatonTopic
- Specified by:
getOperatonTopicin interfaceMessageEventDefinition
-
setOperatonTopic
- Specified by:
setOperatonTopicin interfaceMessageEventDefinition
-
getOperatonType
- Specified by:
getOperatonTypein interfaceMessageEventDefinition
-
setOperatonType
- Specified by:
setOperatonTypein interfaceMessageEventDefinition
-
getOperatonTaskPriority
- Specified by:
getOperatonTaskPriorityin interfaceMessageEventDefinition
-
setOperatonTaskPriority
- Specified by:
setOperatonTaskPriorityin interfaceMessageEventDefinition
-