Uses of Interface
net.officefloor.frame.api.build.FlowBuilder
-
-
Uses of FlowBuilder in net.officefloor.frame.api.build
Subinterfaces of FlowBuilder in net.officefloor.frame.api.build Modifier and Type Interface Description interfaceManagedFunctionBuilder<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>Builder of theManagedFunction.Methods in net.officefloor.frame.api.build that return FlowBuilder Modifier and Type Method Description FlowBuilder<?>OfficeEnhancerContext. getFlowBuilder(java.lang.String functionName)Obtains theFlowBuilderregistered under the inputManagedFunctionname.FlowBuilder<?>OfficeEnhancerContext. getFlowBuilder(java.lang.String managedObjectSourceName, java.lang.String functionName) -
Uses of FlowBuilder in net.officefloor.frame.api.managedobject.source
Subinterfaces of FlowBuilder in net.officefloor.frame.api.managedobject.source Modifier and Type Interface Description interfaceManagedObjectFunctionBuilder<O extends java.lang.Enum<O>,F extends java.lang.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 FlowBuilder Modifier and Type Class Description classManagedFunctionBuilderImpl<O extends java.lang.Enum<O>,F extends java.lang.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 FlowBuilder Modifier and Type Method Description FlowBuilder<?>OfficeBuilderImpl. getFlowBuilder(java.lang.String namespace, java.lang.String functionName)FlowBuilder<?>OfficeEnhancerContextImpl. getFlowBuilder(java.lang.String functionName)FlowBuilder<?>OfficeEnhancerContextImpl. getFlowBuilder(java.lang.String namespace, java.lang.String functionName) -
Uses of FlowBuilder in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return FlowBuilder Modifier and Type Method Description FlowBuilder<?>OfficeConfiguration. getFlowBuilder(java.lang.String namespace, java.lang.String functionName)Obtains aFunctionBuilderregistered with thisOfficeBuilder.
-