Uses of Interface
wt.content.Streamed

Packages that use Streamed
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.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.ixb.handlers.netmarkets   
wt.replication.unit   
wt.wrmf.delivery   
 

Uses of Streamed in wt.content
 

Classes in wt.content that implement Streamed
 class StreamData
          This is where the class where the bulk data is actually stored.
 

Methods in wt.content that return Streamed
 Streamed Streamed.storeStream(ContentHolder holder, ApplicationData appData, InputStream is)
          

Supported API: false
 Streamed StreamData.storeStream(ContentHolder holder, ApplicationData appData, InputStream is)
          

Supported API: false
 

Methods in wt.content with parameters of type Streamed
private  void StandardContentService.cleanUpContent(Streamed sd, boolean onDeleteEvent)
           
 

Uses of Streamed in wt.fv
 

Classes in wt.fv that implement Streamed
 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 Streamed
static Streamed StandardFvService.getStreamedObject(ContentHolder holder)
          Returns an object implementing Streamed interface for streaming content file to.
 Streamed FvItem.storeStream(ContentHolder holder, ApplicationData appData, InputStream is)
          

Supported API: false
(package private)  Streamed FvItem.storeStreamToVault(ObjectReference vaultRef, InputStream is)
           
 

Methods in wt.fv with parameters of type Streamed
 void StandardFvService.revaultHolderContent(ContentHolder holder, Streamed item, FvVault toVault)
           
(package private)  FvVault StandardFvService.getVault(Streamed item)
           
private  ApplicationData StandardFvService.getAppData(ContentHolder holder, Streamed item)
           
 

Uses of Streamed in wt.fv.master
 

Classes in wt.fv.master that implement Streamed
 class MasteredOnReplicaItem
           Use the newMasteredOnReplicaItem static factory method(s), not the MasteredOnReplicaItem constructor, to construct instances of this class.
 

Methods in wt.fv.master that return Streamed
 Streamed MasteredOnReplicaItem.storeStream(ContentHolder holder, ApplicationData appData, InputStream is)
          

Supported API: false
 

Methods in wt.fv.master with parameters of type Streamed
 void StandardMasterService.replicateStreamed(Streamed obj, ReplicaVault rVault, ContReplHistory session)
           
static void ReplicatePerHolderMaster.sendStreamedToBeReplicated(Streamed obj, ReplicaVault rVault)
           
 

Uses of Streamed in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets that return Streamed
 Streamed NMHandler.getContentAsStreamed(String contentId)
           
 Streamed ImportHandler.getContentAsStreamed(String contentId)
           
 

Uses of Streamed in wt.replication.unit
 

Methods in wt.replication.unit that return Streamed
 Streamed Manifest.addMetadata(InputStream is, String descriptor)
          This method creates an ApplicationData for this class's WTUnit, sets the ApplicationData attributes and updates this unit's content.
 Streamed Manifest.getContentItem(long streamId)
          This method queries the unit for ApplicationData corresponding to the description "content".
 Streamed Manifest.getMetadata(String descriptor)
          This method queries the unit for ApplicationData corresponding to the description "metadata".
 

Uses of Streamed in wt.wrmf.delivery
 

Methods in wt.wrmf.delivery with parameters of type Streamed
static StreamedIS StreamedIS.newStreamedIS(Streamed obj)
          

Supported API: false
static GZIPStreamedIS GZIPStreamedIS.newGZIPStreamedIS(Streamed obj)
          

Supported API: false