|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.FileTransferItem
This class represents a File transfer item and is used while moving and copying files from a source to destination.
| Method Summary | |
void |
setDestinationFolder(java.lang.String destinationFolder)Sets the destination Folder. |
void |
setFileId(java.lang.String fileId)Sets the file Id of file being transferred. |
void |
setNewName(java.lang.String newName)Sets the new name for the file. |
void |
setOption(java.lang.String option)Sets the option value for this FileTransferItem. |
void |
setSourceFolder(java.lang.String sourceFolder)Sets the source folder. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setDestinationFolder(java.lang.String destinationFolder)
destinationFolder -public void setFileId(java.lang.String fileId)
fileId -public void setNewName(java.lang.String newName)
newName -public void setOption(java.lang.String option)
option -public void setSourceFolder(java.lang.String sourceFolder)
sourceFolder -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||