Class EscalationHandlerEscalationFlow
java.lang.Object
net.officefloor.frame.impl.execute.escalation.EscalationHandlerEscalationFlow
- All Implemented Interfaces:
EscalationFlow
EscalationFlow for an EscalationHandler.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKey identifying theExceptionfor theEscalationFlow. -
Constructor Summary
ConstructorsConstructorDescriptionEscalationHandlerEscalationFlow(EscalationHandler escalationHandler, OfficeMetaData officeMetaData) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedFunctionMetaDataof the escalation handlingManagedFunction.Obtains the type of cause handled by thisEscalationFlow.
-
Constructor Details
-
EscalationHandlerEscalationFlow
public EscalationHandlerEscalationFlow(EscalationHandler escalationHandler, OfficeMetaData officeMetaData) Initiate.- Parameters:
escalationHandler-EscalationHandler.officeMetaData-OfficeMetaData.
-
-
Method Details
-
getTypeOfCause
Description copied from interface:EscalationFlowObtains the type of cause handled by thisEscalationFlow.- Specified by:
getTypeOfCausein interfaceEscalationFlow- Returns:
- Type of cause handled by this
EscalationFlow.
-
getManagedFunctionMetaData
Description copied from interface:EscalationFlowObtains theManagedFunctionMetaDataof the escalation handlingManagedFunction.- Specified by:
getManagedFunctionMetaDatain interfaceEscalationFlow- Returns:
ManagedFunctionMetaDataof the escalation handlingManagedFunction.
-