Package com.documentum.fc.client
Interface IDfObjectPathsMap
public interface IDfObjectPathsMap
A map where the key are objects id and the values are an enumeration of the path where the object is located.
-
Method Summary
Modifier and TypeMethodDescriptionReturn an enumeration of paths for the given object.
-
Method Details
-
getPaths
Return an enumeration of paths for the given object.- Parameters:
objectId
- the id of the object to get paths for.- Returns:
IDfEnumeration
ofIDfObjectPath
. Objects with empty or duplicate getAccessibleFolderIds() are ommited.IDfEnumeration
is empty if object not found or there is noIDfObjectPath
objects to return.
-