You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Corresponding with release | 16.0 |
---|
This library contains all elements for storing data in Aggregates.
Changes in this version
- added containertype AQ_Statistic_Aggregate
Container types in this version
Container type name | Description |
---|---|
AQ_Aggregate_List | The AQ_Aggregate_List is used for displaying a (filtered) list of Aggregates on a Page. This list can display (custom) metadata and Buttons that trigger Events. |
AQ_Statistic_Aggregate | A container that receives information from the aggregate database to show in the AQ_Statistic_Visualization. |
Service types in this version
Service type name | Description |
---|---|
AQ_Aggregate_Count | This service counts stored aggregate entries and returns the number of entries. |
AQ_Aggregate_Create | AQ_Aggregate_Create is used for creating (=storing) a defined aggregate |
AQ_Aggregate_Delete | AQ_Aggregate_Delete is used for deleting a stored Aggregate |
AQ_Aggregate_Read | AQ_Aggregate_Read is used for loading a stored Aggregate into the profile based on a (known) Aggregate Id |
AQ_Aggregate_Search | This service search for stored aggregate entries and returns their IDs. |
AQ_Aggregate_Update | AQ_Aggregate_Update is used for updating an already created (=stored) aggregate |
Overview
Content Tools