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

getCatalogAccountsDatabase() Method


Use this method to retrieve a list of catalog accounts, which are filtered by user or group in the cache.

Signature

Account[] getCatalogAccountsDatabase(AccountFilter accountFilter, String sessionID)

Argument
Description

AccountFilter accountFilter

Specifies how you to filter the accounts in the cache (for information, see AccountsFilter Structure). For example, you can filter by user or group.

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 accounts. If accountsFilter returns a null value, this method returns all accounts cached by the current Presentation Services instance.

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