Class EscalationConfigurationImpl
java.lang.Object
net.officefloor.frame.impl.construct.function.EscalationConfigurationImpl
- All Implemented Interfaces:
EscalationConfiguration
Implementation of the
EscalationConfiguration.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionEscalationConfigurationImpl(Class<? extends Throwable> typeOfCause, ManagedFunctionReference taskNodeReference) Initiate. -
Method Summary
-
Constructor Details
-
EscalationConfigurationImpl
public EscalationConfigurationImpl(Class<? extends Throwable> typeOfCause, ManagedFunctionReference taskNodeReference) Initiate.- Parameters:
typeOfCause- Type of cause.taskNodeReference-ManagedFunctionReference.
-
-
Method Details
-
getTypeOfCause
Description copied from interface:EscalationConfigurationObtains the type of cause handled by thisEscalationFlow.- Specified by:
getTypeOfCausein interfaceEscalationConfiguration- Returns:
- Type of cause handled by this
EscalationFlow.
-
getManagedFunctionReference
Description copied from interface:EscalationConfiguration- Specified by:
getManagedFunctionReferencein interfaceEscalationConfiguration- Returns:
ManagedFunctionReferencefor theManagedFunctionhandling theEscalation.
-