Uses of Interface
net.officefloor.frame.internal.configuration.ManagedFunctionConfiguration
-
-
Uses of ManagedFunctionConfiguration in net.officefloor.frame.impl.construct.managedfunction
Classes in net.officefloor.frame.impl.construct.managedfunction that implement ManagedFunctionConfiguration Modifier and Type Class Description class
ManagedFunctionBuilderImpl<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Implementation of theManagedFunctionBuilder
.Methods in net.officefloor.frame.impl.construct.managedfunction with parameters of type ManagedFunctionConfiguration Modifier and Type Method Description RawManagedFunctionMetaData<?,?>
RawManagedFunctionMetaDataFactory. constructRawManagedFunctionMetaData(ManagedFunctionConfiguration<?,?> configuration, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Constructs theRawManagedFunctionMetaData
.Constructors in net.officefloor.frame.impl.construct.managedfunction with parameters of type ManagedFunctionConfiguration Constructor Description RawManagedFunctionMetaData(java.lang.String functionName, ManagedFunctionConfiguration<O,F> configuration, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> functionScopedManagedObjects, java.util.Map<ManagedObjectIndex,RawBoundManagedObjectMetaData> requiredManagedObjects, ManagedFunctionMetaDataImpl<O,F> functionMetaData)
Initiate. -
Uses of ManagedFunctionConfiguration in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return ManagedFunctionConfiguration Modifier and Type Method Description ManagedFunctionConfiguration<?,?>[]
OfficeBuilderImpl. getManagedFunctionConfiguration()
-
Uses of ManagedFunctionConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionConfiguration Modifier and Type Method Description ManagedFunctionConfiguration<?,?>[]
OfficeConfiguration. getManagedFunctionConfiguration()
Obtains the configuration for theManagedFunction
instances.
-