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

Part No. B28209-01


oracle.workspaces.ws.beans
Class FileCheckinOptions

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


public class FileCheckinOptions
extends java.lang.Object

This class represents parameters to be passed while checking in a file.


Method Summary
 void setCheckinComment(java.lang.String checkinComment)
          Sets the comment for checked in file.
 void setCheckinLabel(java.lang.String checkinLabel)
          Sets the label for checked in file.
 void setPurge(boolean purge)
          Sets whether the file checked in should be purged or not.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

setCheckinComment

public void setCheckinComment(java.lang.String checkinComment)
Sets the comment for checked in file.
Parameters:
checkinComment -

setCheckinLabel

public void setCheckinLabel(java.lang.String checkinLabel)
Sets the label for checked in file.
Parameters:
checkinLabel -

setPurge

public void setPurge(boolean purge)
Sets whether the file checked in should be purged or not.
Parameters:
purge -

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