Interface AdministrationEscalationMetaData


  • public interface AdministrationEscalationMetaData
    Describes a Escalation from the Administration.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getEscalationType

        <E extends java.lang.Throwable> java.lang.Class<E> getEscalationType()
        Obtains the Class of the Escalation.
        Type Parameters:
        E - Escalation type.
        Returns:
        Class of the Escalation.
      • getLabel

        java.lang.String getLabel()
        Provides a descriptive name for this Escalation. This is useful to better describe the Escalation.
        Returns:
        Descriptive name for this Escalation.