Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Uses of Class
oracle.stellent.ridc.model.TransferFile

Packages that use TransferFile
oracle.stellent.ridc.model   
oracle.stellent.ridc.model.impl   
oracle.stellent.ridc.model.serialize   
oracle.stellent.ridc.protocol.http.apache3.obj   

 

Uses of TransferFile in oracle.stellent.ridc.model

 

Methods in oracle.stellent.ridc.model that return TransferFile
 TransferFile DataBinder.getFile(java.lang.String name)
          Retrieve a file for a given file name

 

Methods in oracle.stellent.ridc.model with parameters of type TransferFile
 void DataBinder.addFile(java.lang.String name, TransferFile file)
          Add a file for a given file name

 

Uses of TransferFile in oracle.stellent.ridc.model.impl

 

Methods in oracle.stellent.ridc.model.impl that return TransferFile
 TransferFile DataBinderImpl.getFile(java.lang.String name)
          Retrieve a file from this data binder

 

Methods in oracle.stellent.ridc.model.impl that return types with arguments of type TransferFile
 java.util.Map<java.lang.String,TransferFile> DataBinderImpl.getFiles()
           

 

Methods in oracle.stellent.ridc.model.impl with parameters of type TransferFile
 void DataBinderImpl.addFile(java.lang.String name, TransferFile file)
          Add a file to this data binder

 

Uses of TransferFile in oracle.stellent.ridc.model.serialize

 

Methods in oracle.stellent.ridc.model.serialize with parameters of type TransferFile
protected  java.lang.String MultipartPostBinderSerializer.createFilePostInfo(java.lang.String name, TransferFile file)
          Create the post header for the file bytes send along in a multipart post

 

Uses of TransferFile in oracle.stellent.ridc.protocol.http.apache3.obj

 

Fields in oracle.stellent.ridc.protocol.http.apache3.obj declared as TransferFile
protected  TransferFile HdaFilePart.TransferFilePartSource.m_transferFile
           

 

Constructors in oracle.stellent.ridc.protocol.http.apache3.obj with parameters of type TransferFile
HdaFilePart.TransferFilePartSource(TransferFile transferFile)
           
HdaFilePart(java.lang.String name, TransferFile fileInfo)
          FilePart Constructor.
HdaFilePart(java.lang.String name, TransferFile fileInfo, java.lang.String charset)
          FilePart Constructor.

 


Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.