|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FvService
The FvService service presents an interface (accessible also in the client)
to the functions provided in the server by the StandardFvService.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
wt.fv.FvFolder |
addFolder(wt.fv.FvVault vault,
wt.fv.FvFolder folder)
Add a folder to a given vault. |
wt.fv.FvHost |
addHostToSite(wt.intersvrcom.Site site,
wt.fv.FvHost host)
Adds the given host to the give site. |
wt.fv.Vault |
addVaultToSite(wt.intersvrcom.Site site,
wt.fv.Vault vault)
Adds the given vault to the given site. |
Vector |
getAllRevaultableItems(wt.fv.Vault vault,
Vector queryInfo,
int pageSize)
Get all revaultable items from the given vault with streamId is at least "startingStreamId". |
wt.fv.FvMount |
mountFolder(wt.fv.FvHost host,
wt.fv.FileFolder folder,
String path,
boolean local)
Mounts a folder to a given host. |
void |
unmountFolder(wt.fv.FvHost host,
wt.fv.FileFolder folder)
Unmount the specified folder from a given host. |
| Method Detail |
|---|
wt.fv.FvFolder addFolder(wt.fv.FvVault vault,
wt.fv.FvFolder folder)
throws WTException
Specifying a number that already exists for a given vault results in shifting vaults to make a room for a new one.
Specifying -1 results in adding a folder to the end of the list.
Supported API: true
vault - folder -
WTException
wt.fv.FvMount mountFolder(wt.fv.FvHost host,
wt.fv.FileFolder folder,
String path,
boolean local)
throws WTPropertyVetoException,
WTException
host - folder - path - local -
WTPropertyVetoException
WTException
void unmountFolder(wt.fv.FvHost host,
wt.fv.FileFolder folder)
throws WTException
host - folder -
WTException
wt.fv.FvHost addHostToSite(wt.intersvrcom.Site site,
wt.fv.FvHost host)
throws WTException
site - host -
WTException
wt.fv.Vault addVaultToSite(wt.intersvrcom.Site site,
wt.fv.Vault vault)
throws WTException
site - vault -
WTException
Vector getAllRevaultableItems(wt.fv.Vault vault,
Vector queryInfo,
int pageSize)
throws WTException,
WTPropertyVetoException
vault - queryInfo - The information about the query information passed and updated between client and server. The first entry is Long,
representing only the Streamed objects whose streamId is at least this number for the content holder class as in the last element of the Vector.pageSize -
WTException
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||