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 ManagedFunctionReference
FlowConfigurationImpl. getInitialFunction()
ManagedFunctionReference
EscalationConfigurationImpl. 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 class
ManagedFunctionInvocationImpl
ManagedFunctionInvocation
implementation.class
ManagedFunctionReferenceImpl
ManagedFunctionReference
implementation.Methods in net.officefloor.frame.impl.construct.managedfunction that return ManagedFunctionReference Modifier and Type Method Description ManagedFunctionReference
ManagedFunctionBuilderImpl. 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 theManagedFunctionMetaData
reporting 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 interface
ManagedFunctionInvocation
Provides reference details to invoke aManagedFunction
.Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionReference Modifier and Type Method Description ManagedFunctionReference
FlowConfiguration. getInitialFunction()
Obtains the reference to the initialManagedFunction
of thisFlow
.ManagedFunctionReference
EscalationConfiguration. getManagedFunctionReference()
ManagedFunctionReference
ManagedObjectFlowConfiguration. getManagedFunctionReference()
Obtains theManagedFunctionReference
for thisFlow
.ManagedFunctionReference
ManagedFunctionConfiguration. getNextFunction()
Obtains the reference to the nextManagedFunction
.
-