|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProviderService
Service for retrieving metadata about registered providers.
| Method Summary | |
|---|---|
IProviderConnection |
getConnection(ClientContext clientContext, java.lang.String providerName, java.lang.String connectionName)Retrieves a named connection for the specified provider. |
java.util.Map<java.lang.String,IConnectionMetadata> |
getConnectionMetadata(ClientContext clientContext, java.lang.String providerName, java.lang.String connectionName)Returns metadata about the data provider's connection. |
java.util.List<IProviderConnection> |
getConnections(ClientContext clientContext, java.lang.String providerName)Retrieves the collection of configured connections for the specified provider. |
IDataProviderMetadata |
getDataProvider(ClientContext clientContext, java.lang.String providerName)Retrieves the details of the specified provider. |
java.util.List<IDataProviderMetadata> |
getDataProviders(ClientContext clientContext)Retrieves the collection of data providers currently available on the server. |
IFunctionProviderMetadata |
getFunctionProvider(ClientContext clientContext, java.lang.String category, java.lang.String name)Retrieve a function provider's metadata by name |
java.util.List<IFunctionProviderMetadata> |
getFunctionProviders(ClientContext clientContext)Retrieves the collection of function providers currently available on the server. |
IMethodMetadata |
getMethod(ClientContext clientContext, java.lang.String providerName, java.lang.String connectionName, java.lang.String resourceName, java.lang.String methodName)Retrieves method detail by unique method name. |
java.util.List<IMethodMetadata> |
getMethods(ClientContext clientContext, java.lang.String providerName, java.lang.String connectionName, java.lang.String resourceName)Retrieves methods for the specified provider, connection and resource names. |
IResourceMetadata |
getResource(ClientContext clientContext, java.lang.String providerName, java.lang.String connectionName, java.lang.String resourceName)Retrieves a collection of executable resources for a provider and named connection. |
java.util.List<IResourceMetadata> |
getResources(ClientContext clientContext, java.lang.String providerName, java.lang.String connectionName)Retrieves a collection of executable resources for a provider and named connection. |
| Method Detail |
|---|
java.util.List<IDataProviderMetadata> getDataProviders(ClientContext clientContext)
clientContext - The client context to use for namespace, localization, etc.
IDataProviderMetadata getDataProvider(ClientContext clientContext,
java.lang.String providerName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.NoSuchExceptionjava.util.List<IFunctionProviderMetadata> getFunctionProviders(ClientContext clientContext)
clientContext - The client context to use for namespace, localization, etc.
IFunctionProviderMetadata getFunctionProvider(ClientContext clientContext,
java.lang.String category,
java.lang.String name)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.category - The category or namespace of the function provider.name - The function name.NoSuchException - if the function is not found.
java.util.List<IProviderConnection> getConnections(ClientContext clientContext,
java.lang.String providerName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.NoSuchException
IProviderConnection getConnection(ClientContext clientContext,
java.lang.String providerName,
java.lang.String connectionName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.connectionName - The connection name to retrieve.NoSuchException
java.util.Map<java.lang.String,IConnectionMetadata> getConnectionMetadata(ClientContext clientContext,
java.lang.String providerName,
java.lang.String connectionName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.connectionName - The connection name to retrieve.NoSuchException - if the data provider or connection name does not exist.
java.util.List<IResourceMetadata> getResources(ClientContext clientContext,
java.lang.String providerName,
java.lang.String connectionName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.connectionName - The connection name to retrieve.NoSuchException
IResourceMetadata getResource(ClientContext clientContext,
java.lang.String providerName,
java.lang.String connectionName,
java.lang.String resourceName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.connectionName - The connection name to retrieve.resourceName - The named executable resource.NoSuchException
java.util.List<IMethodMetadata> getMethods(ClientContext clientContext,
java.lang.String providerName,
java.lang.String connectionName,
java.lang.String resourceName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.connectionName - The connection name to retrieve.resourceName - The named executable resource.NoSuchException
IMethodMetadata getMethod(ClientContext clientContext,
java.lang.String providerName,
java.lang.String connectionName,
java.lang.String resourceName,
java.lang.String methodName)
throws NoSuchException
clientContext - The client context to use for namespace, localization, etc.providerName - The data provider name.connectionName - The connection name to retrieve.resourceName - The named executable resource.methodName - The unique method name (See IMethodMetadata.getUniqueMethodName())NoSuchException - if the method name does not exist.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||