Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > MetadataService Service >

getSubjectAreas() Method


Use this method to retrieve the list of subject areas available.

Signature

SASubjectArea[] getSubjectAreas(String sessionID);

Arguments
Description

String sessionID

Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Returns

Returns an array of SASubjectArea objects. For information on the SASubjectArea structure, read SAWLocale Structure.

Usage

SASubjectArea objects returned by this method do not have table information available. The tables field is null. The approach to querying at all levels is to use getSubjectAreas() to retrieve the list of subject areas, then use describeSubjectArea() to retrieve the list of tables. Then use describeTable() to retrieve the list of columns in a specified table, and finally use describeColumn() to retrieve information on a specified column.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.