Class PartAssociativePathManager
java.lang.Object
com.ptc.windchill.associativity.bll.part.PartAssociativePathManager
- All Implemented Interfaces:
AssociativePathManager<PartAssociativePath>
public class PartAssociativePathManager
extends Object
implements AssociativePathManager<PartAssociativePath>
-
Field Summary
Fields inherited from interface com.ptc.windchill.associativity.bll.AssociativePathManager
PATH_SEPARATOR -
Method Summary
Modifier and TypeMethodDescriptiongetPathFromPersistables(List<Persistable> allElemsFromRootToLeaf)
Supported API: truegetWhereUsedAssociativePaths(NavigationCriteria nc, Associative seed, WTCollection leafs)
Supported API: true
-
Method Details
-
getPathFromPersistables
public AssociativePath getPathFromPersistables(List<Persistable> allElemsFromRootToLeaf) throws WTException
Supported API: true- Specified by:
getPathFromPersistablesin interfaceAssociativePathManager<PartAssociativePath>- Parameters:
allElemsFromRootToLeaf-- Returns:
- Throws:
WTException
-