Interface IDfFtFileStoreMap
public interface IDfFtFileStoreMap
Interface to obtain a local path to a path on the Documentum Server machine.
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalPathForServerPath(String serverPath) Transforms a path, presumably created by having done a getpath on a sysobject's content, according to knowledge of how local filestores are mounted on this machine.booleanisDirectClientAccess(String storeName)
-
Method Details
-
isDirectClientAccess
- Returns:
- true if the client can directly assess content from the specified file store through the file system.
-
getLocalPathForServerPath
Transforms a path, presumably created by having done a getpath on a sysobject's content, according to knowledge of how local filestores are mounted on this machine. For example, if a filestore is mounted on the Content Server as C:\Documentum\data\eng388d\content_storage_01, but locally it's mounted as D:\filestore_01, then this method might transform a path like: C:\Documentum\data\eng388d\content_storage_01\00007482\80\00\00\02.txt to D:\filestore_01\00007482\80\00\00\02.txt.- Parameters:
inPath- The path to transform- Returns:
- The transformed path or null if the no local path is known.
-