Package net.officefloor.frame.api.build
Interface OfficeEnhancerContext
-
- All Known Implementing Classes:
OfficeEnhancerContextImpl
public interface OfficeEnhancerContextContext for theOfficeEnhancer.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowBuilder<?>getFlowBuilder(java.lang.String functionName)Obtains theFlowBuilderregistered under the inputManagedFunctionname.FlowBuilder<?>getFlowBuilder(java.lang.String managedObjectSourceName, java.lang.String functionName)
-
-
-
Method Detail
-
getFlowBuilder
FlowBuilder<?> getFlowBuilder(java.lang.String functionName)
Obtains theFlowBuilderregistered under the inputManagedFunctionname.- Parameters:
functionName- Name of theManagedFunction.- Returns:
FlowBuilderfor theManagedFunction.
-
getFlowBuilder
FlowBuilder<?> getFlowBuilder(java.lang.String managedObjectSourceName, java.lang.String functionName)
- Parameters:
managedObjectSourceName-ManagedObjectSourcename registered with theOfficeFloorBuilder.functionName- Name of theManagedFunction.- Returns:
FlowBuilderfor theManagedFunction.
-
-