Oracle Collaboration Suite Discussions Web Services Java API Reference
10g (10.1.2.2)

Part No. B28210-01


oracle.discussions.ws.beans
Class Annotation

java.lang.Object
  extended byoracle.discussions.ws.beans.Annotation


public class Annotation
extends java.lang.Object

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

getArguments

public java.lang.String getArguments()
Returns the arguments used in the operation to edit the message.
Returns:
String - Arguments passed to edit the message.

getOperation

public java.lang.String getOperation()
Returns the operation invoked on the message.
Returns:
String - Operation invoked on the message.

getUserNickname

public java.lang.String getUserNickname()
Returns the nickname of the user, invoking the operation on the message.
Returns:
String - User's nickname

getTime

public java.util.Calendar getTime()
Returns the date and time at which an operation is invoked on the message.
Returns:
Calendar - Date

Copyright © 2005, Oracle. All rights reserved.