Interface GovernanceEscalationType
- 
- All Known Implementing Classes:
 GovernanceEscalationTypeImpl
public interface GovernanceEscalationType- Author:
 - Daniel Sagenschneider
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEscalationName()Obtains the name for theGovernanceEscalationType.<E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()Obtains the type ofEscalationFlowby theGovernanceActivity. 
 - 
 
- 
- 
Method Detail
- 
getEscalationName
java.lang.String getEscalationName()
Obtains the name for theGovernanceEscalationType.- Returns:
 - Name for the 
GovernanceEscalationType. 
 
- 
getEscalationType
<E extends java.lang.Throwable> java.lang.Class<E> getEscalationType()
Obtains the type ofEscalationFlowby theGovernanceActivity.- Type Parameters:
 E-Escalationtype.- Returns:
 - Type of 
EscalationFlowby theGovernanceActivity. 
 
 - 
 
 -