Uses of Interface
wt.fv.Revaultable

Packages that use Revaultable
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

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 Revaultable in wt.content
 

Subinterfaces of Revaultable in wt.content
 interface Streamed
          

Supported API: false

Extendable: false
 

Classes in wt.content that implement Revaultable
 class StreamData
          This is where the class where the bulk data is actually stored.
 class URLData
          This allows a URL link to be attached to a ContentHolder
 

Uses of Revaultable in wt.federation
 

Classes in wt.federation that implement Revaultable
 class ProxyURLData
           Use the newProxyURLData static factory method(s), not the ProxyURLData constructor, to construct instances of this class.
 

Uses of Revaultable in wt.fv
 

Classes in wt.fv that implement Revaultable
 class FvItem
           Use the newFvItem static factory method(s), not the FvItem constructor, to construct instances of this class.
 

Uses of Revaultable in wt.fv.master
 

Classes in wt.fv.master that implement Revaultable
 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.