Uses of Interface
net.officefloor.frame.api.build.FlowBuilder
Packages that use FlowBuilder
Package
Description
-
Uses of FlowBuilder in net.officefloor.frame.api.build
Subinterfaces of FlowBuilder in net.officefloor.frame.api.buildModifier and TypeInterfaceDescriptioninterfaceManagedFunctionBuilder<O extends Enum<O>,F extends Enum<F>> Builder of theManagedFunction.Methods in net.officefloor.frame.api.build that return FlowBuilderModifier and TypeMethodDescriptionFlowBuilder<?>OfficeEnhancerContext.getFlowBuilder(String functionName) Obtains theFlowBuilderregistered under the inputManagedFunctionname.FlowBuilder<?>OfficeEnhancerContext.getFlowBuilder(String managedObjectSourceName, String functionName) -
Uses of FlowBuilder in net.officefloor.frame.api.managedobject.source
Subinterfaces of FlowBuilder in net.officefloor.frame.api.managedobject.sourceModifier and TypeInterfaceDescriptioninterfaceManagedObjectFunctionBuilder<O extends Enum<O>,F extends Enum<F>> Builds theManagedFunctionnecessary for theManagedObjectSource. -
Uses of FlowBuilder in net.officefloor.frame.impl.construct.managedfunction
Classes in net.officefloor.frame.impl.construct.managedfunction that implement FlowBuilderModifier and TypeClassDescriptionclassManagedFunctionBuilderImpl<O extends Enum<O>,F extends Enum<F>> Implementation of theManagedFunctionBuilder. -
Uses of FlowBuilder in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return FlowBuilderModifier and TypeMethodDescriptionFlowBuilder<?>OfficeBuilderImpl.getFlowBuilder(String namespace, String functionName) FlowBuilder<?>OfficeEnhancerContextImpl.getFlowBuilder(String functionName) FlowBuilder<?>OfficeEnhancerContextImpl.getFlowBuilder(String namespace, String functionName) -
Uses of FlowBuilder in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return FlowBuilderModifier and TypeMethodDescriptionFlowBuilder<?>OfficeConfiguration.getFlowBuilder(String namespace, String functionName) Obtains aFunctionBuilderregistered with thisOfficeBuilder.