wt.fv
Class FvSurrogate

java.lang.Object
  extended bywt.fv.FvSurrogate

public class FvSurrogate
extends Object


Field Summary
private static String RESOURCE
           
 
Constructor Summary
FvSurrogate()
           
 
Method Summary
static FileFolder doAddFolder(Vault vault, FileFolder folder)
           
 FvPolicyRule doAddPolicyRule(FvPolicyRule rule)
           
 Vector doGetFolders(Site site, Vault vault)
           
 Vector doGetFoldersOfType(Site site, String folderClassName)
           
 Vector doGetPolicyRulesOfType(String domainName, String refVaultClassName)
           
 QueryResult doGetVaultingPolicyItems(Selector sel, String refVaultClassName)
           
 Enumeration doGetVaultingPolicyRules(Selector sel, String refVaultClassName)
           
 Enumeration doGetVaultingPolicyRules(Vault vault)
           
 Enumeration doGetVaultsOfType(Site site, String vaultClassName)
           
 FvMount doMountFolder(FvHost host, FileFolder folder, String path, boolean local)
           
 FileFolder doMoveFolder(FileFolder folder, Vault newVault)
           
 Class getClassByName(String className)
           
 void testerMethod(FvVault v)
           
 void validateMount(FvMount mount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

FvSurrogate

public FvSurrogate()
Method Detail

getClassByName

public Class getClassByName(String className)
                     throws WTException
Throws:
WTException

doAddFolder

public static FileFolder doAddFolder(Vault vault,
                                     FileFolder folder)
                              throws WTException
Throws:
WTException

doAddPolicyRule

public FvPolicyRule doAddPolicyRule(FvPolicyRule rule)
                             throws WTException
Throws:
WTException

doGetFolders

public Vector doGetFolders(Site site,
                           Vault vault)
                    throws WTException
Throws:
WTException

doGetVaultsOfType

public Enumeration doGetVaultsOfType(Site site,
                                     String vaultClassName)
                              throws WTException
Throws:
WTException

doMoveFolder

public FileFolder doMoveFolder(FileFolder folder,
                               Vault newVault)
                        throws WTException,
                               WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

doMountFolder

public FvMount doMountFolder(FvHost host,
                             FileFolder folder,
                             String path,
                             boolean local)
                      throws WTPropertyVetoException,
                             WTException
Throws:
WTPropertyVetoException
WTException

validateMount

public void validateMount(FvMount mount)
                   throws WTException
Throws:
WTException

doGetPolicyRulesOfType

public Vector doGetPolicyRulesOfType(String domainName,
                                     String refVaultClassName)
                              throws WTException
Throws:
WTException

doGetVaultingPolicyRules

public Enumeration doGetVaultingPolicyRules(Vault vault)
                                     throws WTException
Throws:
WTException

doGetVaultingPolicyRules

public Enumeration doGetVaultingPolicyRules(Selector sel,
                                            String refVaultClassName)
                                     throws WTException
Throws:
WTException

doGetVaultingPolicyItems

public QueryResult doGetVaultingPolicyItems(Selector sel,
                                            String refVaultClassName)
                                     throws WTException
Throws:
WTException

doGetFoldersOfType

public Vector doGetFoldersOfType(Site site,
                                 String folderClassName)
                          throws WTException
Throws:
WTException

testerMethod

public void testerMethod(FvVault v)
                  throws WTException,
                         WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException