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 Type
    Method
    Description
    getPaths(IDfId objectId)
    Return an enumeration of paths for the given object.
  • Method Details

    • getPaths

      IDfEnumeration getPaths(IDfId objectId)
      Return an enumeration of paths for the given object.
      Parameters:
      objectId - the id of the object to get paths for.
      Returns:
      IDfEnumeration of IDfObjectPath. Objects with empty or duplicate getAccessibleFolderIds() are ommited. IDfEnumeration is empty if object not found or there is no IDfObjectPath objects to return.