Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class FileTransferItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.FileTransferItem


public class FileTransferItem
extends java.lang.Object

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

setDestinationFolder

public void setDestinationFolder(java.lang.String destinationFolder)
Sets the destination Folder.
Parameters:
destinationFolder -

setFileId

public void setFileId(java.lang.String fileId)
Sets the file Id of file being transferred.
Parameters:
fileId -

setNewName

public void setNewName(java.lang.String newName)
Sets the new name for the file.
Parameters:
newName -

setOption

public void setOption(java.lang.String option)
Sets the option value for this FileTransferItem. The valid options are: ACTION_DEFAULT, ACTION_OVERWRITE, ACTION_VERSION and ACTION_UNIQUENAME.
Parameters:
option -

setSourceFolder

public void setSourceFolder(java.lang.String sourceFolder)
Sets the source folder.
Parameters:
sourceFolder -

Copyright © 2001, 2006, Oracle. All rights reserved.