Uses of Interface
net.officefloor.frame.internal.configuration.ManagedFunctionReference
-
-
Uses of ManagedFunctionReference in net.officefloor.frame.impl.construct.function
Methods in net.officefloor.frame.impl.construct.function that return ManagedFunctionReference Modifier and Type Method Description ManagedFunctionReferenceFlowConfigurationImpl. getInitialFunction()ManagedFunctionReferenceEscalationConfigurationImpl. getManagedFunctionReference()Constructors in net.officefloor.frame.impl.construct.function with parameters of type ManagedFunctionReference Constructor Description EscalationConfigurationImpl(java.lang.Class<? extends java.lang.Throwable> typeOfCause, ManagedFunctionReference taskNodeReference)Initiate.FlowConfigurationImpl(java.lang.String flowName, ManagedFunctionReference functionReference, boolean isSpawnThreadState, int index, F key)Initiate. -
Uses of ManagedFunctionReference in net.officefloor.frame.impl.construct.managedfunction
Classes in net.officefloor.frame.impl.construct.managedfunction that implement ManagedFunctionReference Modifier and Type Class Description classManagedFunctionReferenceImplManagedFunctionReferenceimplementation.Methods in net.officefloor.frame.impl.construct.managedfunction that return ManagedFunctionReference Modifier and Type Method Description ManagedFunctionReferenceManagedFunctionBuilderImpl. getNextFunction() -
Uses of ManagedFunctionReference in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return ManagedFunctionReference Modifier and Type Method Description ManagedFunctionReference[]OfficeBuilderImpl. getStartupFunctions() -
Uses of ManagedFunctionReference in net.officefloor.frame.impl.construct.util
Methods in net.officefloor.frame.impl.construct.util with parameters of type ManagedFunctionReference Modifier and Type Method Description static ManagedFunctionMetaData<?,?>ConstructUtil. getFunctionMetaData(ManagedFunctionReference functionReference, ManagedFunctionLocator functionLocator, OfficeFloorIssues issues, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, java.lang.String forItemDescription)Obtains theManagedFunctionMetaDatareporting any failure to find to theOfficeFloorIssues. -
Uses of ManagedFunctionReference in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionReference Modifier and Type Method Description ManagedFunctionReferenceFlowConfiguration. getInitialFunction()Obtains the reference to the initialManagedFunctionof thisFlow.ManagedFunctionReferenceEscalationConfiguration. getManagedFunctionReference()ManagedFunctionReferenceManagedObjectFlowConfiguration. getManagedFunctionReference()Obtains theManagedFunctionReferencefor thisFlow.ManagedFunctionReferenceManagedFunctionConfiguration. getNextFunction()Obtains the reference to the nextManagedFunction.ManagedFunctionReference[]OfficeConfiguration. getStartupFunctions()Obtains the list ofManagedFunctionReferenceinstances referencing theManagedFunctioninstances to invoke onOfficestart up.
-