Variable Map Methods of the Context Service Business Service

The Context Service business service provides the APIs shown in the following table for variable maps.

Method Arguments Description

GetRowSetData

[in] CPCollapseAll: String

By default, if the CPScope requires expansion of the customizable product to read all products, after GetRowSetData, this customizable product is expanded on the UI unless this flag is set to be true, in which case the customizable product is collapsed.

[in] CPScope: String

Component, Master, Whole, Component, and Subcomponents. This argument defines which parts of the current customizable product are queried.

[out] PropSet: Hierarchy

A row set property set containing the query results.

[in] RowScope: String

Current, Selected, or All. Defines which rows the Context Service service will read data from.

[in] VariableMap: String

The variable map defining objects to query.

SyncRowSetData

[in] RowSet: Hierarchy

The updated row set property set.

[in] VariableMap: String

The variable map defining objects to update.