Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.comments
Interface Comment

All Superinterfaces:
java.io.Serializable

public interface Comment
extends java.io.Serializable

Represents a comment on an object in WebCenter.

Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String getAuthorId()
          Returns the user who posted the comment.
 java.lang.String getCommentText()
          Returns the content text of the comment
 java.util.Date getCreationDate()
          Returns the date on which the comment was posted.
 java.lang.String getId()
          Returns a unique ID for this comment.
 boolean isDeleteable()
          Returns whether this comment can be deleted by the current user.

 

Method Detail

getId

java.lang.String getId()
Returns a unique ID for this comment.
Returns:
An ID that refers to this comment uniquely within the entire application

getCommentText

java.lang.String getCommentText()
Returns the content text of the comment
Returns:
The content text of the comment.

getCreationDate

java.util.Date getCreationDate()
Returns the date on which the comment was posted.
Returns:
Date on which the comment was posted.

getAuthorId

java.lang.String getAuthorId()
Returns the user who posted the comment.
Returns:
The GUID of the user who posted the comment.

isDeleteable

boolean isDeleteable()
Returns whether this comment can be deleted by the current user.
Returns:
true if the comment can be deleted by the current user, false otherwise.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.