Uses of Interface
wt.fv.UniquelyIdentifiedContent

Packages that use UniquelyIdentifiedContent
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 UniquelyIdentifiedContent in wt.content
 

Subinterfaces of UniquelyIdentifiedContent in wt.content
 interface Streamed
          

Supported API: false

Extendable: false
 

Classes in wt.content that implement UniquelyIdentifiedContent
 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 UniquelyIdentifiedContent in wt.federation
 

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

Uses of UniquelyIdentifiedContent in wt.fv
 

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

Uses of UniquelyIdentifiedContent in wt.fv.master
 

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