|
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.FileCheckinOptions
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 |
public void setCheckinComment(java.lang.String checkinComment)
checkinComment -public void setCheckinLabel(java.lang.String checkinLabel)
checkinLabel -public void setPurge(boolean purge)
purge -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||