|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.Annotation
Represents a message annotation.
An annotation represents the message edit history. Includes the information about
Method Summary | |
java.lang.String |
getArguments() Returns the arguments used in the operation to edit the message. |
java.lang.String |
getOperation() Returns the operation invoked on the message. |
java.util.Calendar |
getTime() Returns the date and time at which an operation is invoked on the message. |
java.lang.String |
getUserNickname() Returns the nickname of the user, invoking the operation on the message. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getArguments()
public java.lang.String getOperation()
public java.lang.String getUserNickname()
public java.util.Calendar getTime()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |