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 IProviderConnection


public interface IProviderConnection

Connection information associated with a data provider.


Method Summary
 java.lang.String getConnectionName()
          Returns the name of the connection.
 java.util.List<IResourceMetadata> getResources()
          Returns the collection of executable resources associated with the data provider and connection.

 

Method Detail

getConnectionName

java.lang.String getConnectionName()
Returns the name of the connection.

getResources

java.util.List<IResourceMetadata> getResources()
Returns the collection of executable resources associated with the data provider and connection.

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.