Class MessagePublishedTraceMessage
- java.lang.Object
-
- com.aquima.interactions.trace.impl.TraceMessageBase
-
- com.aquima.interactions.trace.impl.ProcessTraceMessage
-
- com.aquima.interactions.trace.impl.MessagePublishedTraceMessage
-
- All Implemented Interfaces:
ITraceMessage
,Serializable
public final class MessagePublishedTraceMessage extends ProcessTraceMessage
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_MESSAGE_EVENT_NAME
static String
PROPERTY_PREFIX_MESSAGE_FIELD
static String
TYPE_MESSAGE_EVENT_PUBLISHED
-
Fields inherited from class com.aquima.interactions.trace.impl.ProcessTraceMessage
PROPERTY_CASE_ID, PROPERTY_PROCESS_NAME, PROPERTY_USER_ID, PROPERTY_USER_NAME
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ITraceMessage
forMessagePublished(String applicationId, String processName, Long caseId, String userId, String userName, String messageEvent, Map<String,IValue> fields)
-
Methods inherited from class com.aquima.interactions.trace.impl.ProcessTraceMessage
addDisplayNamesToResult, createDisplayNameKey, getDisplayNamePrefix
-
Methods inherited from class com.aquima.interactions.trace.impl.TraceMessageBase
addProperty, getApplicationId, getMessageType, getPropertyNames, getPropertyValue
-
-
-
-
Field Detail
-
TYPE_MESSAGE_EVENT_PUBLISHED
public static final String TYPE_MESSAGE_EVENT_PUBLISHED
- See Also:
- Constant Field Values
-
PROPERTY_MESSAGE_EVENT_NAME
public static final String PROPERTY_MESSAGE_EVENT_NAME
- See Also:
- Constant Field Values
-
PROPERTY_PREFIX_MESSAGE_FIELD
public static final String PROPERTY_PREFIX_MESSAGE_FIELD
- See Also:
- Constant Field Values
-
-