Interface AssociativePathManager<T extends AssociativePath>
- Type Parameters:
T-
Supported API: true
Extendable: false
- All Known Implementing Classes:
PartAssociativePathManager
public interface AssociativePathManager<T extends AssociativePath>
Interface for AssociativePath operations
-
Method Summary
Modifier and TypeMethodDescriptiongetPathFromPersistables(List<Persistable> allElemsFromRootToLeaf)
Supported API: truegetWhereUsedAssociativePaths(NavigationCriteria navigationCriteria, Associative rootAssociative, WTCollection findWhereUsedAssociatives) Returns a list of associative paths for the required associative under the given root using where used collector call.
-
Method Details
-
getPathFromPersistables
AssociativePath getPathFromPersistables(List<Persistable> allElemsFromRootToLeaf) throws WTException
Supported API: true- Parameters:
allElemsFromRootToLeaf-- Returns:
- Throws:
WTException