Uses of Interface
net.officefloor.frame.api.build.ManagedFunctionBuilder
Packages that use ManagedFunctionBuilder
Package
Description
-
Uses of ManagedFunctionBuilder in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionBuilderModifier and TypeMethodDescriptionbooleanInputManagedObjectNodeImpl.buildFunctionManagedObject(String functionObjectName, ManagedFunctionBuilder<?, ?> functionBuilder, OfficeNode office, OfficeBindings officeBindings, CompileContext compileContext) booleanManagedObjectNodeImpl.buildFunctionManagedObject(String functionObjectName, ManagedFunctionBuilder<?, ?> functionBuilder, OfficeNode office, OfficeBindings officeBindings, CompileContext compileContext) 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 ManagedFunctionBuilderModifier and TypeMethodDescriptionbooleanBoundManagedObjectNode.buildFunctionManagedObject(String functionObjectName, ManagedFunctionBuilder<?, ?> functionBuilder, OfficeNode office, OfficeBindings officeBindings, CompileContext compileContext) Builds theManagedObjectonto theManagedFunctionNode.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 ManagedFunctionBuilderModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> OfficeBuilder.addManagedFunction(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 ManagedFunctionBuilderModifier and TypeClassDescriptionclassManagedFunctionBuilderImpl<O extends Enum<O>,F extends 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 ManagedFunctionBuilderModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> OfficeBuilderImpl.addManagedFunction(String functionName, ManagedFunctionFactory<O, F> mangedFunctionFactory) -
Uses of ManagedFunctionBuilder in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return ManagedFunctionBuilderModifier and TypeMethodDescription<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> AbstractOfficeConstructTestCase.constructFunction(String functionName, ManagedFunction<O, F> function) Facade method to register aManagedFunction.<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> AbstractOfficeConstructTestCase.constructFunction(String functionName, ManagedFunctionFactory<O, F> functionFactory) Facade method to register aManagedFunction.<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> ConstructTestSupport.constructFunction(String functionName, ManagedFunction<O, F> function) Facade method to register aManagedFunction.<O extends Enum<O>,F extends Enum<F>>
ManagedFunctionBuilder<O,F> ConstructTestSupport.constructFunction(String functionName, ManagedFunctionFactory<O, F> functionFactory) Facade method to register aManagedFunction.ReflectiveFunctionBuilder.getBuilder()Obtains theManagedFunctionBuilder.Methods in net.officefloor.frame.test with parameters of type ManagedFunctionBuilderModifier and TypeMethodDescriptionAbstractOfficeConstructTestCase.bindManagedObject(String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?, ?> managedFunctionBuilder) Builds theManagedObjectfor use at the desiredManagedObjectScope.ConstructTestSupport.bindManagedObject(String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?, ?> managedFunctionBuilder) Builds theManagedObjectfor use at the desiredManagedObjectScope.Constructors in net.officefloor.frame.test with parameters of type ManagedFunctionBuilderModifierConstructorDescriptionReflectiveAdministrationBuilder(Class<C> clazz, C object, String methodName, boolean isPreNotPost, ManagedFunctionBuilder<?, ?> managedFunctionBuilder, ConstructTestSupport constructTestSupport) Instantiate.