Uses of Interface
net.officefloor.frame.internal.configuration.ManagedFunctionReference
Packages that use ManagedFunctionReference
Package
Description
-
Uses of ManagedFunctionReference in net.officefloor.frame.impl.construct.function
Methods in net.officefloor.frame.impl.construct.function that return ManagedFunctionReferenceModifier and TypeMethodDescriptionFlowConfigurationImpl.getInitialFunction()EscalationConfigurationImpl.getManagedFunctionReference()Constructors in net.officefloor.frame.impl.construct.function with parameters of type ManagedFunctionReferenceModifierConstructorDescriptionEscalationConfigurationImpl(Class<? extends Throwable> typeOfCause, ManagedFunctionReference taskNodeReference) Initiate.FlowConfigurationImpl(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 ManagedFunctionReferenceModifier and TypeClassDescriptionclassManagedFunctionInvocationimplementation.classManagedFunctionReferenceimplementation.Methods in net.officefloor.frame.impl.construct.managedfunction that return ManagedFunctionReference -
Uses of ManagedFunctionReference in net.officefloor.frame.impl.construct.util
Methods in net.officefloor.frame.impl.construct.util with parameters of type ManagedFunctionReferenceModifier and TypeMethodDescriptionstatic ManagedFunctionMetaData<?,?> ConstructUtil.getFunctionMetaData(ManagedFunctionReference functionReference, ManagedFunctionLocator functionLocator, OfficeFloorIssues issues, OfficeFloorIssues.AssetType assetType, String assetName, String forItemDescription) Obtains theManagedFunctionMetaDatareporting any failure to find to theOfficeFloorIssues. -
Uses of ManagedFunctionReference in net.officefloor.frame.internal.configuration
Subinterfaces of ManagedFunctionReference in net.officefloor.frame.internal.configurationModifier and TypeInterfaceDescriptioninterfaceProvides reference details to invoke aManagedFunction.Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionReferenceModifier and TypeMethodDescriptionFlowConfiguration.getInitialFunction()Obtains the reference to the initialManagedFunctionof thisFlow.EscalationConfiguration.getManagedFunctionReference()ManagedObjectFlowConfiguration.getManagedFunctionReference()Obtains theManagedFunctionReferencefor thisFlow.ManagedFunctionConfiguration.getNextFunction()Obtains the reference to the nextManagedFunction.