DimSrv.getMetadata

Syntax

getMetadata(dim: PP.Mb.DimSource, args: Object, callback: Function | PP.Delegate, errorCallback: Function | PP.Delegate);

Parameters

dim. Dictionary.

args. Operation arguments. An object must contain the following fields: selId - selection moniker; pattern - query pattern.

callback. Callback function.

errorCallback. Callback function on error.

Description

The getMetadata method requests dictionary metadata and saves it in a model.

Example

The example of method use is given in description of the DimSrv.selectGroup method.

See also:

DimSrv