Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.comments
Interface CommentsSummary


public interface CommentsSummary

Represents a summary of comments that have been posted on an object in WebCenter.

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

Method Summary
 int getCount()
          Returns the total number of comments that have been posted on the WebCenter object.
 java.util.List<Comment> getRecentComments()
          Returns the comments that have been posted recently on the WebCenter object.

 

Method Detail

getCount

int getCount()
Returns the total number of comments that have been posted on the WebCenter object.
Returns:
Total number of comments that have been posted on the WebCenter object.

getRecentComments

java.util.List<Comment> getRecentComments()
Returns the comments that have been posted recently on the WebCenter object.
Returns:
List of comments that have been recently posted on the WebCenter object.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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