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.StringgetEscalationName()Obtains the name for theProcedureEscalationType.java.lang.Class<? extends java.lang.Throwable>getEscalationType()Obtains the type ofEscalationFlowby 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 ofEscalationFlowby theProcedure.- Returns:
- Type of
EscalationFlowby theProcedure.
-
-