|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.olapi.metadata.BaseMetadataProvider
An object that gives access to the metadata for a data store. A database administrator creates multidimensional model (MDM) metadata, which is supported by Oracle OLAP, in the OLAP Catalog. You can also create or modify Oracle OLAP metadata with the classes in the oracle.olapi.metadata.mdm and oracle.olapi.metadata.mtm packages. The MdmMetadataProvider subclass of BaseMetadataProvider provides access to Oracle OLAP metadata.
| Method Summary | |
void |
flushDeletedObjects()Frees the resources in your OLAP API client application for any objects that were deleted from cached metadata because of a call to the update method. |
DataProvider |
getDataProvider()Gets the DataProvider that is associated with this BaseMetadataProvider. |
java.lang.String |
getID()Gets the unique identifier for this BaseMetadataProvider. |
boolean |
supportsMetadataUpdate()Indicates that Oracle OLAP supports the creation or modification of metadata objects by classes in the oracle.olapi.metadata.mdm and oracle.olapi.metadata.mtm packages. |
void |
update()Updates the metadata that Oracle OLAP has cached. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public final void flushDeletedObjects()
update method. It is not necessary to call this method after you call update; however, resources for deleted objects are not freed until you call flushDeletedObjects or exit your program. If you are not concerned about resources, you do not need to call this method. public DataProvider getDataProvider()
DataProvider that is associated with this BaseMetadataProvider. This is the DataProvider that was specified when this BaseMetadataProvider was created.DataProvider that is associated with this BaseMetadataProvider.public java.lang.String getID()
BaseMetadataProvider.BaseMetadataProvider.public final void update()
flushDeletedObjects method to free resources that are no longer needed by your application. public final boolean supportsMetadataUpdate()
oracle.olapi.metadata.mdm and oracle.olapi.metadata.mtm packages.true if Oracle OLAP supports the updating of metadata and false if it does not.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||