Package net.officefloor.frame.api.build
Interface OfficeEnhancerContext
-
- All Known Implementing Classes:
OfficeEnhancerContextImpl
public interface OfficeEnhancerContext
Context 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 theFlowBuilder
registered under the inputManagedFunction
name.FlowBuilder<?>
getFlowBuilder(java.lang.String managedObjectSourceName, java.lang.String functionName)
-
-
-
Method Detail
-
getFlowBuilder
FlowBuilder<?> getFlowBuilder(java.lang.String functionName)
Obtains theFlowBuilder
registered under the inputManagedFunction
name.- Parameters:
functionName
- Name of theManagedFunction
.- Returns:
FlowBuilder
for theManagedFunction
.
-
getFlowBuilder
FlowBuilder<?> getFlowBuilder(java.lang.String managedObjectSourceName, java.lang.String functionName)
- Parameters:
managedObjectSourceName
-ManagedObjectSource
name registered with theOfficeFloorBuilder
.functionName
- Name of theManagedFunction
.- Returns:
FlowBuilder
for theManagedFunction
.
-
-