wt.fv.replica
Interface ReplicaServiceSvr

All Known Implementing Classes:
StandardReplicaService

public interface ReplicaServiceSvr



Supported API: false

Extendable: false


Method Summary
 String findFolderPathInCache(String siteUrl, long fid)
          Deprecated.  
 FolderDesc findFolderToSaveFile(String site_url, long vault_id)
          Finds the folder on the local system to save the file to?

Supported API: false
 FolderDesc getFolderDescById(String siteUrl, long id)
          Gets a folder description object given the site and object ID.
 

Method Detail

getFolderDescById

public FolderDesc getFolderDescById(String siteUrl,
                                    long id)
                             throws WTException
Gets a folder description object given the site and object ID.

Supported API: false

Parameters:
siteUrl -
id -
Returns:
FolderDesc
Throws:
WTException

findFolderToSaveFile

public FolderDesc findFolderToSaveFile(String site_url,
                                       long vault_id)
                                throws WTException
Finds the folder on the local system to save the file to?

Supported API: false

Parameters:
site_url -
vault_id -
Returns:
FolderDesc
Throws:
WTException

findFolderPathInCache

public String findFolderPathInCache(String siteUrl,
                                    long fid)
                             throws WTException
Deprecated.  

Search the cache to find the path for a specified folder.

Supported API: false

Parameters:
siteUrl -
fid -
Returns:
String
Throws:
WTException