Interface ManagedObjectFunctionDependencyConfiguration
-
public interface ManagedObjectFunctionDependencyConfiguration
Configuration ofManagedObjectFunctionDependency
to anotherManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFunctionObjectName()
Obtains name of theManagedObjectFunctionDependency
.java.lang.String
getScopeManagedObjectName()
Obtains the name of theManagedObject
providing the dependency.
-
-
-
Method Detail
-
getFunctionObjectName
java.lang.String getFunctionObjectName()
Obtains name of theManagedObjectFunctionDependency
.- Returns:
- Name of the
ManagedObjectFunctionDependency
.
-
getScopeManagedObjectName
java.lang.String getScopeManagedObjectName()
Obtains the name of theManagedObject
providing the dependency.- Returns:
- Name of the
ManagedObject
providing the dependency.
-
-