Interface ITraceMessage

All Superinterfaces:
Serializable
All Known Implementing Classes:
AggregateTraceMessage, AttributeDecisionTraceMessage, CaseDossierTraceMessage, CaseTraceMessage, DecisionTraceMessage, DocumentTraceMessage, MessageEventTraceMessage, MessagePublishedTraceMessage, ProcessTraceMessage, TaskTraceMessage, TimerPublishedTraceMessage, TraceMessage, TraceMessageBase

public interface ITraceMessage extends Serializable
This interface describes a trace message.
Since:
9.2
Author:
A.Pragt
  • Method Details

    • getApplicationId

      String getApplicationId()
      Returns the application id of the trace message, not null
      Returns:
      The application id
    • getMessageType

      String getMessageType()
      The action of the trace message, not null.
      Returns:
      The action of the message.
    • getPropertyNames

      String[] getPropertyNames()
      Returns the names of the properties, not null.
      Returns:
      The property names.
    • getPropertyValue

      IValue getPropertyValue(String name)
      Returns the value of a property, not null.
      Parameters:
      name - The name of the property, not null.
      Returns:
      The value of the property, not null.