Uses of Interface
net.officefloor.frame.internal.structure.EscalationFlow
Packages that use EscalationFlow
Package
Description
-
Uses of EscalationFlow in net.officefloor.frame.impl.construct.escalation
Methods in net.officefloor.frame.impl.construct.escalation that return EscalationFlowModifier and TypeMethodDescriptionEscalationFlowFactory.createEscalationFlows(EscalationConfiguration[] configurations, OfficeFloorIssues.AssetType assetType, String assetName, OfficeFloorIssues issues) Creates theEscalationFlowinstances. -
Uses of EscalationFlow in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return EscalationFlowModifier and TypeMethodDescriptionRawOfficeFloorMetaData.getOfficeFloorEscalation()Obtains theEscalationFlowfor theOfficeFloor.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type EscalationFlowModifierConstructorDescriptionRawOfficeFloorMetaData(Executive executive, ThreadFactory[] defaultExecutionStrategy, Map<String, ThreadFactory[]> executionStrategies, Map<String, RawTeamMetaData> teamRegistry, BackgroundScheduling[] backgroundSchedulings, Object startupNotify, ThreadLocalAwareExecutor threadLocalAwareExecutor, ManagedExecutionFactory managedExecutionFactory, Map<String, RawManagedObjectMetaData<?, ?>> mosRegistry, EscalationFlow officeFloorEscalation, OfficeFloorListener[] officeFloorListeners) Initiate. -
Uses of EscalationFlow in net.officefloor.frame.impl.execute.escalation
Classes in net.officefloor.frame.impl.execute.escalation that implement EscalationFlowModifier and TypeClassDescriptionclassImplementation ofEscalationFlow.classEscalationFlowfor anEscalationHandler.Methods in net.officefloor.frame.impl.execute.escalation that return EscalationFlowConstructors in net.officefloor.frame.impl.execute.escalation with parameters of type EscalationFlowModifierConstructorDescriptionEscalationProcedureImpl(EscalationFlow... escalations) Initiate withEscalationFlowdetails. -
Uses of EscalationFlow in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return EscalationFlowConstructors in net.officefloor.frame.impl.execute.thread with parameters of type EscalationFlowModifierConstructorDescriptionThreadMetaDataImpl(ManagedObjectMetaData<?>[] managedObjectMetaData, GovernanceMetaData<?, ?>[] governanceMetaData, int maximumFunctionChainLength, ThreadSynchroniserFactory[] threadSynchronisers, EscalationProcedure officeEscalationProcedure, EscalationFlow officeFloorEscalation) Initiate. -
Uses of EscalationFlow in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return EscalationFlowModifier and TypeMethodDescriptionEscalationProcedure.getEscalation(Throwable cause) Obtains theEscalationFlowfor the cause within thisEscalationProcedure.ThreadMetaData.getOfficeFloorEscalation()Obtains the catch allEscalationFlowfor theOfficeFloor.