Package | Description |
---|---|
oracle.stellent.ridc.model | |
oracle.stellent.ridc.model.impl | |
oracle.stellent.ridc.model.serialize | |
oracle.stellent.ridc.protocol.http.apache3.obj |
Modifier and Type | Method and Description |
---|---|
TransferFile |
DataBinder.getFile(String name)
Retrieve a file for a given file name
|
Modifier and Type | Method and Description |
---|---|
void |
DataBinder.addFile(String name,
TransferFile file)
Add a file for a given file name
|
Modifier and Type | Method and Description |
---|---|
TransferFile |
DataBinderImpl.getFile(String name)
Retrieve a file from this data binder
|
Modifier and Type | Method and Description |
---|---|
Map<String,TransferFile> |
DataBinderImpl.getFiles() |
Modifier and Type | Method and Description |
---|---|
void |
DataBinderImpl.addFile(String name,
TransferFile file)
Add a file to this data binder
|
Modifier and Type | Method and Description |
---|---|
protected String |
MultipartPostBinderSerializer.createFilePostInfo(String name,
TransferFile file)
Create the post header for the file bytes send along in a multipart post
|
Modifier and Type | Field and Description |
---|---|
protected TransferFile |
HdaFilePart.TransferFilePartSource.m_transferFile |
Constructor and Description |
---|
HdaFilePart(String name,
TransferFile fileInfo)
FilePart Constructor.
|
HdaFilePart(String name,
TransferFile fileInfo,
String charset)
FilePart Constructor.
|
TransferFilePartSource(TransferFile transferFile) |