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 voidAdministrationNodeImpl. buildPostFunctionAdministration(ManagedFunctionBuilder<?,?> functionBuilder, CompileContext compileContext)voidAdministrationNodeImpl. 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 voidAdministrationNode. buildPostFunctionAdministration(ManagedFunctionBuilder<?,?> managedFunctionBuilder, CompileContext compileContext)Builds the postManagedFunctionAdministration.voidAdministrationNode. buildPreFunctionAdministration(ManagedFunctionBuilder<?,?> managedFunctionBuilder, CompileContext compileContext)Builds the preManagedFunctionAdministration. -
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 aManagedFunctionto 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 classManagedFunctionBuilderImpl<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 DependencyMappingBuilderAbstractOfficeConstructTestCase. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)Builds theManagedObjectfor use at the desiredManagedObjectScope.DependencyMappingBuilderConstructTestSupport. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)Builds theManagedObjectfor 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.
-