| Package | Description |
|---|---|
| oracle.stellent.ridc.model | |
| oracle.stellent.ridc.model.impl | |
| oracle.stellent.ridc.model.serialize |
| 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
|