/AWS1/CL_SSMOPSAGGREGATOR¶
One or more aggregators for viewing counts of OpsData using different dimensions such as
Source, CreatedTime, or Source and CreatedTime, to name a
few.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_aggregatortype TYPE /AWS1/SSMOPSAGGREGATORTYPE /AWS1/SSMOPSAGGREGATORTYPE¶
Either a
RangeorCountaggregator for limiting an OpsData summary.
iv_typename TYPE /AWS1/SSMOPSDATATYPENAME /AWS1/SSMOPSDATATYPENAME¶
The data type name to use for viewing counts of OpsData.
iv_attributename TYPE /AWS1/SSMOPSDATAATTRIBUTENAME /AWS1/SSMOPSDATAATTRIBUTENAME¶
The name of an OpsData attribute on which to limit the count of OpsData.
it_values TYPE /AWS1/CL_SSMOPSAGGREGATORVAL00=>TT_OPSAGGREGATORVALUEMAP TT_OPSAGGREGATORVALUEMAP¶
The aggregator value.
it_filters TYPE /AWS1/CL_SSMOPSFILTER=>TT_OPSFILTERLIST TT_OPSFILTERLIST¶
The aggregator filters.
it_aggregators TYPE /AWS1/CL_SSMOPSAGGREGATOR=>TT_OPSAGGREGATORLIST TT_OPSAGGREGATORLIST¶
A nested aggregator for viewing counts of OpsData.
Queryable Attributes¶
AggregatorType¶
Either a
RangeorCountaggregator for limiting an OpsData summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATORTYPE() |
Getter for AGGREGATORTYPE, with configurable default |
ASK_AGGREGATORTYPE() |
Getter for AGGREGATORTYPE w/ exceptions if field has no valu |
HAS_AGGREGATORTYPE() |
Determine if AGGREGATORTYPE has a value |
TypeName¶
The data type name to use for viewing counts of OpsData.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPENAME() |
Getter for TYPENAME, with configurable default |
ASK_TYPENAME() |
Getter for TYPENAME w/ exceptions if field has no value |
HAS_TYPENAME() |
Determine if TYPENAME has a value |
AttributeName¶
The name of an OpsData attribute on which to limit the count of OpsData.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
Values¶
The aggregator value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
Filters¶
The aggregator filters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERS() |
Getter for FILTERS, with configurable default |
ASK_FILTERS() |
Getter for FILTERS w/ exceptions if field has no value |
HAS_FILTERS() |
Determine if FILTERS has a value |
Aggregators¶
A nested aggregator for viewing counts of OpsData.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATORS() |
Getter for AGGREGATORS, with configurable default |
ASK_AGGREGATORS() |
Getter for AGGREGATORS w/ exceptions if field has no value |
HAS_AGGREGATORS() |
Determine if AGGREGATORS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OPSAGGREGATORLIST¶
TYPES TT_OPSAGGREGATORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMOPSAGGREGATOR WITH DEFAULT KEY
.