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:
IDfEnumerationofIDfObjectPath. Objects with empty or duplicate getAccessibleFolderIds() are ommited.IDfEnumerationis empty if object not found or there is noIDfObjectPathobjects to return.
-