Class ProcedureEscalationTypeImpl
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedureEscalationTypeImpl
- All Implemented Interfaces:
ProcedureEscalationType
ProcedureEscalationType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionProcedureEscalationTypeImpl(String escalationName, Class<? extends Throwable> escalationType) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theProcedureEscalationType.Obtains the type ofEscalationFlowby theProcedure.
-
Constructor Details
-
ProcedureEscalationTypeImpl
public ProcedureEscalationTypeImpl(String escalationName, Class<? extends Throwable> escalationType) Instantiate.- Parameters:
escalationName- Name ofEscalationFlow.escalationType- Type ofEscalation.
-
-
Method Details
-
getEscalationName
Description copied from interface:ProcedureEscalationTypeObtains the name for theProcedureEscalationType.- Specified by:
getEscalationNamein interfaceProcedureEscalationType- Returns:
- Name for the
ProcedureEscalationType.
-
getEscalationType
Description copied from interface:ProcedureEscalationTypeObtains the type ofEscalationFlowby theProcedure.- Specified by:
getEscalationTypein interfaceProcedureEscalationType- Returns:
- Type of
EscalationFlowby theProcedure.
-