Class Message
- java.lang.Object
-
- io.automatiko.engine.workflow.bpmn2.core.Message
-
- All Implemented Interfaces:
Serializable
public class Message extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCorrelation()StringgetCorrelationExpression()StringgetId()Map<String,Object>getMetaData()StringgetName()StringgetType()voidsetCorrelation(String correlation)voidsetCorrelationExpression(String correlationExpression)voidsetMetaData(String name, Object data)voidsetName(String name)voidsetType(String type)
-
-
-
Constructor Detail
-
Message
public Message(String id)
-
-
Method Detail
-
getId
public String getId()
-
getType
public String getType()
-
setType
public void setType(String type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCorrelation
public String getCorrelation()
-
setCorrelation
public void setCorrelation(String correlation)
-
getCorrelationExpression
public String getCorrelationExpression()
-
setCorrelationExpression
public void setCorrelationExpression(String correlationExpression)
-
-