Uses of Interface
net.officefloor.frame.internal.configuration.ManagedFunctionObjectConfiguration
-
Packages that use ManagedFunctionObjectConfiguration Package Description net.officefloor.frame.impl.construct.managedfunction net.officefloor.frame.internal.configuration -
-
Uses of ManagedFunctionObjectConfiguration in net.officefloor.frame.impl.construct.managedfunction
Classes in net.officefloor.frame.impl.construct.managedfunction that implement ManagedFunctionObjectConfiguration Modifier and Type Class Description class
ManagedFunctionObjectConfigurationImpl<D extends java.lang.Enum<D>>
ManagedFunctionObjectConfiguration
implementation.Methods in net.officefloor.frame.impl.construct.managedfunction that return ManagedFunctionObjectConfiguration Modifier and Type Method Description ManagedFunctionObjectConfiguration<O>[]
ManagedFunctionBuilderImpl. getObjectConfiguration()
-
Uses of ManagedFunctionObjectConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedFunctionObjectConfiguration Modifier and Type Method Description ManagedFunctionObjectConfiguration<O>[]
ManagedFunctionConfiguration. getObjectConfiguration()
Obtains the configuration of the dependentObject
instances for thisManagedFunction
.
-