Uses of Interface
net.officefloor.frame.api.build.ManagedFunctionBuilder
-
-
Uses of ManagedFunctionBuilder in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionBuilder Modifier and Type Method Description void
AdministrationNodeImpl. buildPostFunctionAdministration(ManagedFunctionBuilder<?,?> functionBuilder, CompileContext compileContext)
void
AdministrationNodeImpl. buildPreFunctionAdministration(ManagedFunctionBuilder<?,?> functionBuilder, CompileContext compileContext)
-
Uses of ManagedFunctionBuilder in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type ManagedFunctionBuilder Modifier and Type Method Description void
AdministrationNode. buildPostFunctionAdministration(ManagedFunctionBuilder<?,?> managedFunctionBuilder, CompileContext compileContext)
Builds the postManagedFunction
Administration
.void
AdministrationNode. buildPreFunctionAdministration(ManagedFunctionBuilder<?,?> managedFunctionBuilder, CompileContext compileContext)
Builds the preManagedFunction
Administration
. -
Uses of ManagedFunctionBuilder in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build that return ManagedFunctionBuilder Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>OfficeBuilder. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> mangedFunctionFactory)
Adds aManagedFunction
to be executed within theOffice
. -
Uses of ManagedFunctionBuilder in net.officefloor.frame.impl.construct.managedfunction
Classes in net.officefloor.frame.impl.construct.managedfunction that implement ManagedFunctionBuilder Modifier and Type Class Description class
ManagedFunctionBuilderImpl<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Implementation of theManagedFunctionBuilder
. -
Uses of ManagedFunctionBuilder in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return ManagedFunctionBuilder Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>OfficeBuilderImpl. addManagedFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> mangedFunctionFactory)
-
Uses of ManagedFunctionBuilder in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return ManagedFunctionBuilder Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>AbstractOfficeConstructTestCase. constructFunction(java.lang.String functionName, ManagedFunction<O,F> function)
Facade method to register aManagedFunction
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>AbstractOfficeConstructTestCase. constructFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory)
Facade method to register aManagedFunction
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>ConstructTestSupport. constructFunction(java.lang.String functionName, ManagedFunction<O,F> function)
Facade method to register aManagedFunction
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedFunctionBuilder<O,F>ConstructTestSupport. constructFunction(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory)
Facade method to register aManagedFunction
.ManagedFunctionBuilder<Indexed,Indexed>
ReflectiveFunctionBuilder. getBuilder()
Obtains theManagedFunctionBuilder
.Methods in net.officefloor.frame.test with parameters of type ManagedFunctionBuilder Modifier and Type Method Description DependencyMappingBuilder
AbstractOfficeConstructTestCase. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)
Builds theManagedObject
for use at the desiredManagedObjectScope
.DependencyMappingBuilder
ConstructTestSupport. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)
Builds theManagedObject
for use at the desiredManagedObjectScope
.Constructors in net.officefloor.frame.test with parameters of type ManagedFunctionBuilder Constructor Description ReflectiveAdministrationBuilder(java.lang.Class<C> clazz, C object, java.lang.String methodName, boolean isPreNotPost, ManagedFunctionBuilder<?,?> managedFunctionBuilder, ConstructTestSupport constructTestSupport)
Instantiate.
-