public abstract class CommentsServiceFactory
extends java.lang.Object
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.
Constructor and Description |
---|
CommentsServiceFactory() |
Modifier and Type | Method and Description |
---|---|
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 . |
public abstract CommentsManager getCommentsManager()
CommentsManager
having methods for
managing comments on objects in WebCenter.CommentsManager
public static CommentsServiceFactory getInstance() throws CommentsException
CommentsServiceFactory
.CommentsServiceFactory
.CommentsException
- If any error occurs setting up the instance.