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.StringgetEscalationName()Obtains the name for theAdministrationEscalationType.<E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()Obtains the type ofEscalationFlowby 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 ofEscalationFlowby theAdministration.- Type Parameters:
 E-Escalationtype.- Returns:
 - Type of 
EscalationFlowby theAdministration. 
 
 - 
 
 -