Uses of Class
wt.fv.StoredItem

Packages that use StoredItem
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   
 

Uses of StoredItem in wt.fv
 

Subclasses of StoredItem in wt.fv
 class FvItem
           Use the newFvItem static factory method(s), not the FvItem constructor, to construct instances of this class.
 

Methods in wt.fv that return StoredItem
 StoredItem FvFolderItemLink.getItem()
          Gets the object for the association that plays role: ITEM_ROLE.
 

Methods in wt.fv with parameters of type StoredItem
protected  boolean StoredItem.readVersion(StoredItem thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void FvFolderItemLink.setItem(StoredItem item)
          Sets the object for the association that plays role: ITEM_ROLE.
static FvFolderItemLink FvFolderItemLink.newFvFolderItemLink(FileFolder folder, StoredItem item)
          Default factory for the class.
 

Uses of StoredItem in wt.fv.master
 

Subclasses of StoredItem in wt.fv.master
 class MasteredOnReplicaItem
           Use the newMasteredOnReplicaItem static factory method(s), not the MasteredOnReplicaItem constructor, to construct instances of this class.
 class ReplicatedItem
           Use the newReplicatedItem static factory method(s), not the ReplicatedItem constructor, to construct instances of this class.