Operations for Working with Repository

This section describes the operations that are used to work with a repository. The operations enable the user to execute the following actions:

Connecting to Repository

  Operation Brief description
The CloseMetabase operation disconnects from the repository.
The GetVerifierCode operation is used to get a block of data that is further used to connect the repository using a digital signature.
The OpenMetabase operation connects to the repository and returns the moniker of the repository connection.

Working with Security Manager

  Operation Brief description
The CloseAuditLog operation closes an access protocol instance.
The CloseMbCheckSum operation closes context for working with checksums.
The CloseMbSecSnapshot operation closes the object that is used to work with security policy backups.
The GetAuditLog operation gets access protocol records in accordance with the specified settings.
The GetAuditLogMd operation gets parameters of access protocol work.
The GetMbCheckSum operation gets information about the objects, for which checksums are performed.
The GetMbSec operation gets metadata of the repository security manager.
The GetMbSecSnapshot operation gets information about state of the object that is used to create a security policy backup.
The OpenAuditLog operation opens the access protocol and returns the moniker for accessing the records.
The OpenMbCheckSum operation opens context for working with checksums.
The OpenMbSecSnapshot operation opens the object that is used to work with repository security policy backups.
The SetAuditLogMd operation sets parameters of access protocol work.
The SetMbCheckSum operation manages performing of checksums for repository objects.
The SetMbSec operation changes security manager metadata.
The SetMbSecSnapshot operation is used to work with security policy backups.

Working with Repository Objects

  Operation Brief description
The CreateObject operation creates a new repository object.
The DeleteObjects operation deletes repository objects.
The GetObjects operation returns information about repository objects that satisfy the specified selection criteria.
The MoveObject operation moves a repository object.
The SaveObject operation saves changes of the repository object.
The SaveObjectAs operation executes the specified action and saves the instance of the repository object.

Working with Repository Parameters

  Operation Brief description
GetRepoParams The GetRepoParams operation gets repository parameters.
SetRepoParams The SetRepoParams operation changes repository parameters.

Operations for Working with BI Server Process

  Operation Brief description
The GetStatus operation gets information about BI server.
The GetSvc operation gets BI server work parameters.
The SetSvc operation changes BI server work parameters.

See also:

Web Service Operations