Interface AdministrationEscalationType
-
- All Known Implementing Classes:
AdministrationEscalationTypeImpl
public interface AdministrationEscalationType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEscalationName()
Obtains the name for theAdministrationEscalationType
.<E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()
Obtains the type ofEscalationFlow
by theAdministration
.
-
-
-
Method Detail
-
getEscalationName
java.lang.String getEscalationName()
Obtains the name for theAdministrationEscalationType
.- Returns:
- Name for the
AdministrationEscalationType
.
-
getEscalationType
<E extends java.lang.Throwable> java.lang.Class<E> getEscalationType()
Obtains the type ofEscalationFlow
by theAdministration
.- Type Parameters:
E
-Escalation
type.- Returns:
- Type of
EscalationFlow
by theAdministration
.
-
-