Interface ManagedObjectDependencyConfiguration<O extends java.lang.Enum<O>>
-
public interface ManagedObjectDependencyConfiguration<O extends java.lang.Enum<O>>
Configuration ofManagedObject
dependency to anotherManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O
getDependencyKey()
Obtains the dependency key of theManagedObject
for which this maps the dependentManagedObject
.java.lang.String
getScopeManagedObjectName()
Obtains the name of theManagedObject
providing the dependency within the scope theManagedObject
is bound.
-
-
-
Method Detail
-
getDependencyKey
O getDependencyKey()
Obtains the dependency key of theManagedObject
for which this maps the dependentManagedObject
.- Returns:
- Dependency key or
null
if dependencies areIndexed
.
-
getScopeManagedObjectName
java.lang.String getScopeManagedObjectName()
Obtains the name of theManagedObject
providing the dependency within the scope theManagedObject
is bound.- Returns:
- Name of the
ManagedObject
providing the dependency within the scope theManagedObject
is bound.
-
-