Uses of Interface
net.officefloor.frame.api.managedobject.function.ManagedObjectFunctionEnhancer
-
Packages that use ManagedObjectFunctionEnhancer Package Description net.officefloor.frame.api.build net.officefloor.frame.impl.construct.managedobjectsource net.officefloor.frame.internal.configuration -
-
Uses of ManagedObjectFunctionEnhancer in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type ManagedObjectFunctionEnhancer Modifier and Type Method Description void
ManagedObjectBuilder. addFunctionEnhancer(ManagedObjectFunctionEnhancer functionEnhancer)
Adds aManagedObjectFunctionEnhancer
. -
Uses of ManagedObjectFunctionEnhancer in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectFunctionEnhancer Modifier and Type Method Description ManagedObjectFunctionEnhancer[]
ManagedObjectBuilderImpl. getManagedObjectFunctionEnhancers()
Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectFunctionEnhancer Modifier and Type Method Description void
ManagedObjectBuilderImpl. addFunctionEnhancer(ManagedObjectFunctionEnhancer functionEnhancer)
java.lang.String[]
ManagedObjectSourceContextImpl. flagInitOver(ManagedObjectFunctionEnhancer[] enhancers)
Indicates that theManagedObjectSource.init(ManagedObjectSourceContext)
method has completed. -
Uses of ManagedObjectFunctionEnhancer in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectFunctionEnhancer Modifier and Type Method Description ManagedObjectFunctionEnhancer[]
ManagedObjectSourceConfiguration. getManagedObjectFunctionEnhancers()
Obtains theManagedObjectFunctionEnhancer
instances.
-