Skip navigation links

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


oracle.wcps.activity.provider
Class ActivityGraphProvider

java.lang.Object
  extended by WebCenterRestProvider
      extended by oracle.wcps.activity.provider.ActivityGraphProvider


@ContextualProvider(contextName="ActivityGraphProvider",
                    resourceBundle="oracle.wcps.activity.provider.resources.ActivityResources",
                    nameBundleKey="provider.name",
                    descriptionBundleKey="provider.description")
public class ActivityGraphProvider
extends WebCenterRestProvider

Constructor Summary
ActivityGraphProvider()
           

 

Method Summary
protected  IConnection createConnection(IConnectionConfig config)
          Create a connection, based on the config, for this data provider.
 java.lang.Class<?> getConnectionConfigClass()
          The config class is specific to each data provider
protected  IConnectionFactory getConnectionFactory()
          Return the connection factory implemented for this data provider.

 

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

 

Constructor Detail

ActivityGraphProvider

public ActivityGraphProvider()

Method Detail

getConnectionConfigClass

public java.lang.Class<?> getConnectionConfigClass()
The config class is specific to each data provider
Returns:

createConnection

protected IConnection createConnection(IConnectionConfig config)
Create a connection, based on the config, for this data provider.
Parameters:
config - The config to be used in creating the connection.
Returns:
An instance of the IConnection implementation for the DataProvider.

getConnectionFactory

protected IConnectionFactory getConnectionFactory()
Return the connection factory implemented for this data provider.

Skip navigation links

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


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