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 classManagedFunctionInvocationImplManagedFunctionInvocationimplementation.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.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
Subinterfaces of ManagedFunctionReference in net.officefloor.frame.internal.configuration Modifier and Type Interface Description interfaceManagedFunctionInvocationProvides reference details to invoke aManagedFunction.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.
-