Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.conductor.provider
Interface IConnectionMetadata


public interface IConnectionMetadata

Abstract interface to define a hierarchy of metadata.

Provider metadata is designed to provide information related to the given provider connection. For example, if a provider was implemented to retrieve data from a SQL database, a hierarchy of metadata could be constructed to represent a collection of tables and columns, views, stored procedures, etc.


Method Summary
 java.util.Collection<IConnectionMetadata> getMetadata()
          Returns child metadata about this metadata item.
 java.lang.String getName()
          The name or string representation of the metadata.

 

Method Detail

getName

java.lang.String getName()
The name or string representation of the metadata.

getMetadata

java.util.Collection<IConnectionMetadata> getMetadata()
Returns child metadata about this metadata item.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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