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.String
getEscalationName()
Obtains the name for theGovernanceEscalationType
.<E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()
Obtains the type ofEscalationFlow
by 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 ofEscalationFlow
by theGovernanceActivity
.- Type Parameters:
E
-Escalation
type.- Returns:
- Type of
EscalationFlow
by theGovernanceActivity
.
-
-