Class ProcedureEscalationTypeImpl
- java.lang.Object
-
- net.officefloor.activity.impl.procedure.ProcedureEscalationTypeImpl
-
- All Implemented Interfaces:
ProcedureEscalationType
public class ProcedureEscalationTypeImpl extends java.lang.Object implements ProcedureEscalationType
ProcedureEscalationTypeimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ProcedureEscalationTypeImpl(java.lang.String escalationName, java.lang.Class<? extends java.lang.Throwable> escalationType)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
ProcedureEscalationTypeImpl
public ProcedureEscalationTypeImpl(java.lang.String escalationName, java.lang.Class<? extends java.lang.Throwable> escalationType)Instantiate.- Parameters:
escalationName- Name ofEscalationFlow.escalationType- Type ofEscalation.
-
-
Method Detail
-
getEscalationName
public java.lang.String getEscalationName()
Description copied from interface:ProcedureEscalationTypeObtains the name for theProcedureEscalationType.- Specified by:
getEscalationNamein interfaceProcedureEscalationType- Returns:
- Name for the
ProcedureEscalationType.
-
getEscalationType
public java.lang.Class<? extends java.lang.Throwable> getEscalationType()
Description copied from interface:ProcedureEscalationTypeObtains the type ofEscalationFlowby theProcedure.- Specified by:
getEscalationTypein interfaceProcedureEscalationType- Returns:
- Type of
EscalationFlowby theProcedure.
-
-