Interface AdministrationEscalationMetaData
-
public interface AdministrationEscalationMetaData
Describes aEscalation
from theAdministration
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()
Obtains theClass
of theEscalation
.java.lang.String
getLabel()
Provides a descriptive name for thisEscalation
.
-
-
-
Method Detail
-
getEscalationType
<E extends java.lang.Throwable> java.lang.Class<E> getEscalationType()
Obtains theClass
of theEscalation
.- Type Parameters:
E
-Escalation
type.- Returns:
Class
of theEscalation
.
-
getLabel
java.lang.String getLabel()
Provides a descriptive name for thisEscalation
. This is useful to better describe theEscalation
.- Returns:
- Descriptive name for this
Escalation
.
-
-