Interface ManagedObjectFunctionEnhancer
-
public interface ManagedObjectFunctionEnhancer
Enhances theManagedFunction
provided by aManagedObjectSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enhanceFunction(ManagedObjectFunctionEnhancerContext context)
Enhances theManagedFunction
provided by aManagedObjectSource
.
-
-
-
Method Detail
-
enhanceFunction
void enhanceFunction(ManagedObjectFunctionEnhancerContext context)
Enhances theManagedFunction
provided by aManagedObjectSource
.- Parameters:
context
-ManagedObjectFunctionEnhancerContext
.
-
-