Class IntermediateMessageEventMappingDefinition
- java.lang.Object
-
- com.aquima.interactions.process.impl.MessageEventMappingDefinition
-
- com.aquima.interactions.process.impl.IntermediateMessageEventMappingDefinition
-
- All Implemented Interfaces:
IIntermediateMessageEventMapping
,IMessageEventMapping
public class IntermediateMessageEventMappingDefinition extends MessageEventMappingDefinition implements IIntermediateMessageEventMapping
This interface represents a data field of a message event.- Since:
- 9.1
- Author:
- B. van de Ven
-
-
Constructor Summary
Constructors Constructor Description IntermediateMessageEventMappingDefinition​(IProcessEngine processEngine, IIntermediateMessageEventMappingDS datasource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeReference
getAttributeReference()
This method returns the attribute referenceIMessageEventFieldDefinition
getIdentifierField()
This method returns the definition of the message event, may not be null.-
Methods inherited from class com.aquima.interactions.process.impl.MessageEventMappingDefinition
getFieldAttribute, getMatchingAttributeReference, getMatchOnField, getMessageEvent, getName, getTargetInstanceType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.aquima.interactions.process.IMessageEventMapping
getFieldAttribute, getMatchingAttributeReference, getMatchOnField, getMessageEvent, getTargetInstanceType
-
-
-
-
Constructor Detail
-
IntermediateMessageEventMappingDefinition
public IntermediateMessageEventMappingDefinition​(IProcessEngine processEngine, IIntermediateMessageEventMappingDS datasource)
-
-
Method Detail
-
getIdentifierField
public IMessageEventFieldDefinition getIdentifierField()
Description copied from interface:IIntermediateMessageEventMapping
This method returns the definition of the message event, may not be null.- Specified by:
getIdentifierField
in interfaceIIntermediateMessageEventMapping
- Returns:
- The name of the message mapping field, can be null.
-
getAttributeReference
public AttributeReference getAttributeReference()
Description copied from interface:IIntermediateMessageEventMapping
This method returns the attribute reference- Specified by:
getAttributeReference
in interfaceIIntermediateMessageEventMapping
- Returns:
- The attribute reference
-
-