Skip navigation links

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


oracle.wcps.conductor.services
Class ClientServicesFactory

java.lang.Object
  extended by oracle.wcps.conductor.services.ClientServicesFactory


public class ClientServicesFactory
extends java.lang.Object

Factory class for conductor service instantiation.


Constructor Summary
ClientServicesFactory()
           

 

Method Summary
static INamespaceService getNamespaceService()
          Returns an instance of the conductor namespace service to manage namespaces.
static IProviderService getProviderService()
          Returns an instance of the conductor provider service.
static IScenariosService getScenariosService()
          Returns an instance of the conductor scenarios service to manage scenarios.

 

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

 

Constructor Detail

ClientServicesFactory

public ClientServicesFactory()

Method Detail

getScenariosService

public static IScenariosService getScenariosService()
Returns an instance of the conductor scenarios service to manage scenarios.

getProviderService

public static IProviderService getProviderService()
Returns an instance of the conductor provider service. This service provides metadata about registered function providers and data providers.

getNamespaceService

public static INamespaceService getNamespaceService()
Returns an instance of the conductor namespace service to manage namespaces.

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.