| 1 | === READER === |
---|
| 2 | |
---|
| 3 | == Properties == |
---|
| 4 | * |
---|
| 5 | == Methods == |
---|
| 6 | * ''!GetGroupInfo([wiki:adeiClassLOGGROUP LOGGROUP $grp] = NULL, [wiki:adeiClassRequestFlags $flags] = 0)'' |
---|
| 7 | [[BR]]Returns information about the specified logging group. If the logging group is not specified, returns the list of all groups in the current data source. If the ''REQUEST::NEED_INFO'' flag is specified, the following properties should be returned for each group: |
---|
| 8 | * ''first'' - timestamp of the first available record |
---|
| 9 | * ''last'' - timestmap of the last available record |
---|
| 10 | * ''records'' - number of records (only if ''REQUEST::NEED_COUNT'' is specified) |
---|
| 11 | * ''items'' - list of items (only if ''REQUEST::NEED_ITEMS'' is specified) |
---|
| 12 | * ''!GetItemList([wiki:adeiClassLOGGROUP LOGGROUP $grp] = NULL, [wiki:adeiClassMASK MASK $mask] = NULL, [wiki:adeiClassRequestFlags $flags] = 0)'' |
---|
| 13 | [[BR]]Returns list of the items in the specified logging group. The following properties are returned |
---|
| 14 | * ''id'' - the position in the group (starting from 0) |
---|
| 15 | * ''uid'' - unique item name (should be unique within ADEI setup) |
---|
| 16 | * ''name'' - the short textual name of the item |
---|
| 17 | * ''!GetRawData([wiki:adeiClassLOGGROUP LOGGROUP $grp] = NULL, $from = 0, $to = 0, [wiki:adeiClassDATAFilter DATAFilter $filter] = NULL, &$filter_data = NULL)'' |
---|
| 18 | [[BR]]Returns the iterator supplying the requested data |