Uses of Class
wt.fv.configurator.VaultDesc

Packages that use VaultDesc
wt.fv.configurator   
wt.fv.replica
content replication - Content Replication Service

There are six content replication packages. 

 

Uses of VaultDesc in wt.fv.configurator
 

Fields in wt.fv.configurator declared as VaultDesc
private  VaultDesc FolderDesc.theVaultDesc
           
 

Methods in wt.fv.configurator that return VaultDesc
 VaultDesc FolderDesc.getVaultDesc()
          Gets the object for the association that plays role: theVaultDesc.
 

Methods in wt.fv.configurator with parameters of type VaultDesc
 void FolderDesc.setVaultDesc(VaultDesc a_VaultDesc)
          Sets the object for the association that plays role: theVaultDesc.
private  void FolderDesc.theVaultDescValidate(VaultDesc a_VaultDesc)
           
 

Uses of VaultDesc in wt.fv.replica
 

Methods in wt.fv.replica with parameters of type VaultDesc
private  FolderDesc StandardReplicaService.findActiveFolder(VaultDesc vault)