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.people
Class PeopleConnectionsProvider

java.lang.Object
  extended by WebCenterRestProvider
      extended by oracle.wcps.people.PeopleConnectionsProvider


@ContextualProvider(contextName="PeopleConnectionsProvider",
                    resourceBundle="oracle.wcps.provider.data.resources.PeopleConnectionsResources",
                    nameBundleKey="provider.name",
                    descriptionBundleKey="provider.description")
public class PeopleConnectionsProvider
extends WebCenterRestProvider

Provides connections to the WebCenter People Connections Service and holds a reference to the context necessary to execute or resolve executable resources that connect to that service.


Constructor Summary
PeopleConnectionsProvider()
           

 

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

PeopleConnectionsProvider

public PeopleConnectionsProvider()

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.