Interface ProcedureEscalationType
-
- All Known Implementing Classes:
ProcedureEscalationTypeImpl
public interface ProcedureEscalationType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEscalationName()
Obtains the name for theProcedureEscalationType
.java.lang.Class<? extends java.lang.Throwable>
getEscalationType()
Obtains the type ofEscalationFlow
by theProcedure
.
-
-
-
Method Detail
-
getEscalationName
java.lang.String getEscalationName()
Obtains the name for theProcedureEscalationType
.- Returns:
- Name for the
ProcedureEscalationType
.
-
getEscalationType
java.lang.Class<? extends java.lang.Throwable> getEscalationType()
Obtains the type ofEscalationFlow
by theProcedure
.- Returns:
- Type of
EscalationFlow
by theProcedure
.
-
-