Uses of Class
oracle.stellent.ridc.model.TransferFile
Packages that use TransferFile
Package
Description
-
Uses of TransferFile in oracle.stellent.ridc.model
Methods in oracle.stellent.ridc.model that return TransferFileModifier and TypeMethodDescriptionRetrieve a file for a given file nameMethods in oracle.stellent.ridc.model with parameters of type TransferFileModifier and TypeMethodDescriptionvoid
DataBinder.addFile
(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 TransferFileModifier and TypeMethodDescriptionRetrieve a file from this data binderMethods in oracle.stellent.ridc.model.impl that return types with arguments of type TransferFileMethods in oracle.stellent.ridc.model.impl with parameters of type TransferFileModifier and TypeMethodDescriptionvoid
DataBinderImpl.addFile
(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 TransferFileModifier and TypeMethodDescriptionprotected String
MultipartPostBinderSerializer.createFilePostInfo
(String name, TransferFile file) Create the post header for the file bytes send along in a multipart post