Skip navigation links

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


oracle.wcps.conductor.provider
Interface IDataProviderMetadata


public interface IDataProviderMetadata

Defines metadata about a registered data provider.


Method Summary
 java.util.List<IProviderConnection> getConnections()
          Returns the collection of registered "connection" configurations specified by the data provider.
 java.lang.String getLocalizedDescription()
          Returns a localized description of the data provider
 java.lang.String getLocalizedName()
          Returns localized name, if defined by the data provider.
 java.lang.String getProviderName()
          Returns the data provider name.

 

Method Detail

getProviderName

java.lang.String getProviderName()
Returns the data provider name. This name is to be used in the call-provider statement.

getLocalizedName

java.lang.String getLocalizedName()
Returns localized name, if defined by the data provider.

getLocalizedDescription

java.lang.String getLocalizedDescription()
Returns a localized description of the data provider
Returns:

getConnections

java.util.List<IProviderConnection> getConnections()
Returns the collection of registered "connection" configurations specified by the data provider.

In most cases, these are configured by the connection configuration service, and are scoped to the current namespace.

In some cases, this attribute can be null depending on the scope of the request and the projection specified in the RemoteClientContext.


Skip navigation links

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


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