Interface ManagedObjectFunctionDependency
-
- All Known Implementing Classes:
ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
public interface ManagedObjectFunctionDependency
Dependency available toManagedFunction
instances added viaManagedObjectSourceContext
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFunctionDependencyName()
Obtains the name of thisManagedFunction
dependency.
-
-
-
Method Detail
-
getFunctionDependencyName
java.lang.String getFunctionDependencyName()
Obtains the name of thisManagedFunction
dependency.- Returns:
- Name of this
ManagedFunction
dependency.
-
-