Skip navigation links

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


oracle.webcenter.comments
Class CommentsServiceFactory

java.lang.Object
  extended by oracle.webcenter.comments.CommentsServiceFactory


public abstract class CommentsServiceFactory
extends java.lang.Object

This is the entry point to the Comments Service API for managing comments on objects in WebCenter.

An instance of this can be obtained via a call to the static method getInstance(). Use the non-static getXXX() methods on a ConnectionsServiceFactory to obtain instances of classes that deal with specific areas of comments management.

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

Constructor Summary
CommentsServiceFactory()
           

 

Method Summary
abstract  CommentsManager getCommentsManager()
          Returns an instance of CommentsManager having methods for managing comments on objects in WebCenter.
static CommentsServiceFactory getInstance()
          Returns an instance of CommentsServiceFactory.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CommentsServiceFactory

public CommentsServiceFactory()

Method Detail

getCommentsManager

public abstract CommentsManager getCommentsManager()
Returns an instance of CommentsManager having methods for managing comments on objects in WebCenter.
Returns:
Instance of CommentsManager

getInstance

public static CommentsServiceFactory getInstance()
                                          throws CommentsException
Returns an instance of CommentsServiceFactory.
Returns:
Instance of CommentsServiceFactory.
Throws:
CommentsException - If any error occurs setting up the instance.

Skip navigation links

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


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