Skip navigation links

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


oracle.webcenter.tagging.model
Class TaggingServiceFactory

java.lang.Object
  extended by oracle.webcenter.tagging.model.TaggingServiceFactory


public class TaggingServiceFactory
extends java.lang.Object

The TaggingServiceFactory provides a factory interface to create / retrieve TaggingService interfaces for consumers. In here we delegate to internal implementation classes that we can instantiate and pass them back.

Since:
11.1.1.0.0

Constructor Summary
TaggingServiceFactory()
           

 

Method Summary
 TaggingService createTaggingService()
           
 TaggingService createTaggingService(Scope scope)
          Creates a Tagging Service to allow consumers to interact with bookmarks and tags.
static TaggingServiceFactory getInstance()
           
 boolean isServiceAvailable()
           
static void setScope(TaggingService service, Scope scope)
           

 

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

 

Constructor Detail

TaggingServiceFactory

public TaggingServiceFactory()

Method Detail

getInstance

public static TaggingServiceFactory getInstance()

createTaggingService

public TaggingService createTaggingService()
                                    throws TaggingException
Throws:
TaggingException

setScope

public static final void setScope(TaggingService service,
                                  Scope scope)

createTaggingService

public TaggingService createTaggingService(Scope scope)
                                    throws TaggingException
Creates a Tagging Service to allow consumers to interact with bookmarks and tags.
Returns:
a TaggingService interface implementation
Throws:
TaggingException

isServiceAvailable

public boolean isServiceAvailable()

Skip navigation links

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


Copyright © 2009, 2010, Oracle. All rights reserved.