|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vault | |
wt.clients.filevault | |
wt.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.fv.master | |
wt.fv.uploadtocache |
Uses of Vault in wt.clients.filevault |
Fields in wt.clients.filevault declared as Vault | |
private Vault |
FvMountInfoMaster.MountInfo._vault
|
private Vault |
AdminEditVault._vault
|
Methods in wt.clients.filevault that return Vault | |
Vault |
FvMountInfoMaster.getVault(Long vaultKey)
Get a vault given its vault Key |
Vault |
FvMountInfoMaster.getVault(String vaultName)
Get a vault given its name |
Vault |
FvMountInfoMaster.MountInfo.getVault()
|
Methods in wt.clients.filevault with parameters of type Vault | |
FvMountInfoMaster.VaultSchedInfo |
FvMountInfoMaster.getVaultSchedInfo(Vault theVault)
|
Site |
FvMountInfoMaster.getVaultSite(Vault vault)
|
private void |
FvMountInfoMaster.updateFolderSeqNumbers(Vault vault)
|
Vector |
FvMountInfoMaster.getFolders(Vault theVault)
Gets a vector of Folders given a vault. |
FileFolder |
FvMountInfoMaster.moveFolderToNewVault(Vault theVault,
FileFolder theFolder)
Move folder to new vault. |
void |
FvMountInfoMaster.updateVaultFolderSeq(Vault origVault,
String vaultName,
boolean readOnly,
Vector folderSeq)
This function updates a file vault. |
void |
FvMountInfoMaster.updateVaultAttrs(Vault theVault,
String newName,
boolean newReadOnly,
boolean newDesignatedForCache)
Updates the vault attributes Thiis method obdates the attributes of a given vault. |
private ScheduleItem |
FvMountInfoMaster.getLatestScheduleItem(Vault theVault)
Get the latest schedule item for a particular vault. |
static FvPolicyRule |
fv.addPolicyRule(String myDomain,
String myClass,
String myState,
Vault myVault,
int ruleCode)
Add a new file vault policy rule |
static FvPolicyRule |
fv.updatePolicyRule(String myDomain,
String myClass,
String myState,
Vault myVault,
FvPolicyRule myRule,
int ruleCode)
Update a file vault policy rule |
private String[] |
FileVaultTreeFrame.getExtraHostRow(Vault theVault,
FileFolder theFolder,
Long key)
This is the version of getExtraHostRow which should be called by the TreeView version of the system. |
private String[] |
FileVaultTreeFrame.getVaultInfoRow(Vault theVault)
|
Uses of Vault in wt.fv |
Subclasses of Vault in wt.fv | |
class |
FvVault
Use the newFvVault static factory method(s), not the FvVault
constructor, to construct instances of this class. |
Methods in wt.fv that return Vault | |
Vault |
VaultPolicyRuleLink.getVault()
Gets the object for the association that plays role: VAULT_ROLE. |
Vault |
VaultPolicyItemLink.getVault()
Gets the object for the association that plays role: VAULT_ROLE. |
protected static Vault |
StandardFvService.getVault(ContentHolder holder,
Site site,
String vaultClassTypeName)
Get a file vault. |
Vault |
StandardFvService.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
protected static Vault |
StandardFvService.getVaultFromCache(FileFolder folder)
|
Vault |
StandardFvService.ActiveFolderCache.getVault(FileFolder f)
|
Vault |
SiteVaultLink.getVault()
Gets the object for the association that plays role: VAULT_ROLE. |
Vault |
FvVaultFolderLink.getVault()
Gets the object for the association that plays role: VAULT_ROLE. |
Vault |
FvServiceFwd.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Vault |
FvService.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Vault |
FvPolicyRule.getVault()
Gets the object for the association that plays role: VAULT. |
Vault |
FvPolicyItem.getVault()
Gets the object for the association that plays role: VAULT. |
Vault |
FileFolder.getVault()
Gets the object for the association that plays role: VAULT. |
Methods in wt.fv with parameters of type Vault | |
void |
VaultPolicyRuleLink.setVault(Vault vault)
Sets the object for the association that plays role: VAULT_ROLE. |
static VaultPolicyRuleLink |
VaultPolicyRuleLink.newVaultPolicyRuleLink(Vault vault,
FvPolicyRule theFvPolicyRule)
Default factory for the class. |
void |
VaultPolicyItemLink.setVault(Vault vault)
Sets the object for the association that plays role: VAULT_ROLE. |
static VaultPolicyItemLink |
VaultPolicyItemLink.newVaultPolicyItemLink(Vault vault,
FvPolicyItem theFvPolicyItem)
Default factory for the class. |
protected boolean |
Vault.readVersion(Vault thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
StandardFvService.updateFolderSeqNumbers(Vault vault,
Vector folders)
This function is used to reorder the sequence numbers within a vault. |
int |
StandardFvService.validateRelatedFvMounts(Vault vault,
boolean disabled,
boolean ronly)
Validate the mounts for the given vault Supported API: false |
Vector |
StandardFvService.getAllFolders(Site site,
Vault vault)
Gets all the folders for a given site and FvVault Supported API: false |
Vault |
StandardFvService.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Enumeration |
StandardFvService.getLocalFolders(Site site,
Vault vault)
Returns all the FvFolders given a site and a vault. |
Vector |
StandardFvService.getAllRevaultableItems(Vault vault,
Vector queryInfo,
int pageSize)
Get all revaultable items from the given vault with streamId is at least "startingStreamId". |
protected static FileFolder |
StandardFvService.getActiveFolderFromCache(Vault vault)
|
protected static void |
StandardFvService.putActiveFolderInCache(Vault v,
FileFolder f)
|
static FileFolder |
StandardFvService.getActiveFolder(Vault vault)
|
private static FileFolder |
StandardFvService.getActiveFolderFromDatabase(Vault vault)
|
private void |
StandardFvService.getAllRevaultableItems(Vault vault,
Class holderClass,
Vector queryInfo,
Vector resultItems,
String StreamedClass,
int pageSize,
int numElemToReturn)
|
private Vector |
StandardFvService.findAllContHolderClasses(Vault vault)
|
FileFolder |
StandardFvService.ActiveFolderCache.getActiveFolder(Vault v)
|
void |
StandardFvService.ActiveFolderCache.putActiveFolder(Vault v,
FileFolder f)
|
void |
SiteVaultLink.setVault(Vault vault)
Sets the object for the association that plays role: VAULT_ROLE. |
static SiteVaultLink |
SiteVaultLink.newSiteVaultLink(Vault vault,
Site site)
Default factory for the class. |
private static Enumeration |
RevaultElemReporter.getFvFolders(Vault vault)
|
void |
FvVaultFolderLink.setVault(Vault vault)
Sets the object for the association that plays role: VAULT_ROLE. |
static FvVaultFolderLink |
FvVaultFolderLink.newFvVaultFolderLink(Vault vault,
FileFolder folder)
Default factory for the class. |
static FileFolder |
FvSurrogate.doAddFolder(Vault vault,
FileFolder folder)
|
Vector |
FvSurrogate.doGetFolders(Site site,
Vault vault)
|
FileFolder |
FvSurrogate.doMoveFolder(FileFolder folder,
Vault newVault)
|
Enumeration |
FvSurrogate.doGetVaultingPolicyRules(Vault vault)
|
void |
FvServiceFwd.updateFolderSeqNumbers(Vault vault,
Vector folders)
This function is used to reorder the sequence numbers within a vault. |
int |
FvServiceFwd.validateRelatedFvMounts(Vault vault,
boolean disabled,
boolean ronly)
Validate the mounts for the given vault Supported API: false |
Vector |
FvServiceFwd.getAllFolders(Site site,
Vault vault)
Gets all the folders for a given site and FvVault Supported API: false |
Vault |
FvServiceFwd.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Enumeration |
FvServiceFwd.getLocalFolders(Site site,
Vault vault)
Returns all the FvFolders given a site and a vault. |
Vector |
FvServiceFwd.getAllRevaultableItems(Vault vault,
Vector queryInfo,
int pageSize)
Get all revaultable items from the given vault with streamId is at least "startingStreamId". |
void |
FvService.updateFolderSeqNumbers(Vault vault,
Vector folders)
This function is used to reorder the sequence numbers within a vault. |
int |
FvService.validateRelatedFvMounts(Vault vault,
boolean disabled,
boolean ronly)
Validate the mounts for the given vault Supported API: false |
Vector |
FvService.getAllFolders(Site site,
Vault vault)
Gets all the folders for a given site and FvVault Supported API: false |
Vault |
FvService.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Enumeration |
FvService.getLocalFolders(Site site,
Vault vault)
Returns all the FvFolders given a site and a vault. |
Vector |
FvService.getAllRevaultableItems(Vault vault,
Vector queryInfo,
int pageSize)
Get all revaultable items from the given vault with streamId is at least "startingStreamId". |
void |
FvPolicyRuleHelper.deletePolicyPerVault(Vault vault)
|
void |
FvPolicyRule.setVault(Vault a_Vault)
Sets the object for the association that plays role: VAULT. |
void |
FvPolicyItem.setVault(Vault a_Vault)
Sets the object for the association that plays role: VAULT. |
static Vector |
FvHelper.findAllContHolderClasses(Vault vault)
|
static Vector |
FvHelper.findAllContHolderClasses(Vault vault,
Vector excludeClassNames)
|
void |
FileFolder.setVault(Vault a_Vault)
Sets the object for the association that plays role: VAULT. |
Uses of Vault in wt.fv.master |
Subclasses of Vault in wt.fv.master | |
class |
ReplicaVault
Use the newReplicaVault static factory method(s), not the
ReplicaVault constructor, to construct instances of this
class. |
Uses of Vault in wt.fv.uploadtocache |
Methods in wt.fv.uploadtocache that return Vault | |
static Vault |
StandardUploadToCacheService.getEnabledCacheDesignatedVault(Site site)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |