org.camunda.bpm.model.bpmn.instance
Interface MessageEventDefinition

All Superinterfaces:
BaseElement, BpmnModelElementInstance, EventDefinition, org.camunda.bpm.model.xml.instance.ModelElementInstance, RootElement
All Known Implementing Classes:
MessageEventDefinitionImpl

public interface MessageEventDefinition
extends EventDefinition

The BPMN messageEventDefinition element

Author:
Sebastian Menski

Method Summary
 String getCamundaClass()
          camunda extensions
 String getCamundaDelegateExpression()
           
 String getCamundaExpression()
           
 String getCamundaResultVariable()
           
 Message getMessage()
           
 Operation getOperation()
           
 void setCamundaClass(String camundaClass)
           
 void setCamundaDelegateExpression(String camundaExpression)
           
 void setCamundaExpression(String camundaExpression)
           
 void setCamundaResultVariable(String camundaResultVariable)
           
 void setMessage(Message message)
           
 void setOperation(Operation operation)
           
 
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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getMessage

Message getMessage()

setMessage

void setMessage(Message message)

getOperation

Operation getOperation()

setOperation

void setOperation(Operation operation)

getCamundaClass

String getCamundaClass()
camunda extensions


setCamundaClass

void setCamundaClass(String camundaClass)

getCamundaDelegateExpression

String getCamundaDelegateExpression()

setCamundaDelegateExpression

void setCamundaDelegateExpression(String camundaExpression)

getCamundaExpression

String getCamundaExpression()

setCamundaExpression

void setCamundaExpression(String camundaExpression)

getCamundaResultVariable

String getCamundaResultVariable()

setCamundaResultVariable

void setCamundaResultVariable(String camundaResultVariable)


Copyright © 2014 camunda services GmbH. All rights reserved.