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 interface
ManagedFunctionBuilder<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 theFlowBuilder
registered under the inputManagedFunction
name.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 interface
ManagedObjectFunctionBuilder<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Builds theManagedFunction
necessary 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 class
ManagedFunctionBuilderImpl<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 aFunctionBuilder
registered with thisOfficeBuilder
.
-