The OData4Analytics API is purely experimental, not yet functionally complete and not meant for productive usage. At present, its only purpose is to demonstrate how easy analytical extensions of OData4SAP can be consumed.
USE OBJECTS VIA METHODS ONLY - DO NOT ACCESS JAVASCRIPT OBJECT PROPERTIES DIRECTLY !
Lazy initialization of attributes will cause unexpected values when you access object attributes directly.
Node | Description |
---|---|
sap.ui.model.analytics.odata4analytics.Dimension |
Representation of a property annotated with sap:aggregation-role="dimension". |
sap.ui.model.analytics.odata4analytics.DimensionAttribute |
Representation of a dimension attribute. |
sap.ui.model.analytics.odata4analytics.DimensionMemberSetRequest |
Creation of URIs for fetching a query dimension value set. |
sap.ui.model.analytics.odata4analytics.EntitySet |
Representation of an OData entity set. |
sap.ui.model.analytics.odata4analytics.EntityType |
Representation of an OData entity type. |
sap.ui.model.analytics.odata4analytics.FilterExpression |
Representation of a $filter expression for an OData entity type. |
sap.ui.model.analytics.odata4analytics.Measure |
Representation of a property annotated with sap:aggregation-role="measure". |
sap.ui.model.analytics.odata4analytics.Model |
Representation of an OData model with analytical annotations defined by OData4SAP. |
sap.ui.model.analytics.odata4analytics.Parameter |
Representation of a property annotated with sap:parameter. |
sap.ui.model.analytics.odata4analytics.Parameterization |
Representation of an entity type annotated with sap:semantics="parameters". |
sap.ui.model.analytics.odata4analytics.ParameterizationRequest |
Creation of URIs for query parameterizations. |
sap.ui.model.analytics.odata4analytics.ParameterValueSetRequest |
Creation of URIs for fetching a query parameter value set. |
sap.ui.model.analytics.odata4analytics.QueryResult |
Representation of an entity type annotated with sap:semantics="aggregate". |
sap.ui.model.analytics.odata4analytics.QueryResultRequest |
Creation of URIs for fetching query results. |
sap.ui.model.analytics.odata4analytics.RecursiveHierarchy |
Representation of a recursive hierarchy. |
sap.ui.model.analytics.odata4analytics.SortExpression |
Representation of a $orderby expression for an OData entity type. |
sap.ui.model.analytics.odata4analytics.SortOrder |
Sort order of a property. |
Method | Description |
---|---|
sap.ui.model.analytics.odata4analytics.includeDimensionTextAttributes |
Specify which components of the dimension shall be included in the value set. |
Specify which components of the dimension shall be included in the value set.
Param | Type | DefaultValue | Description |
---|---|---|---|
bIncludeText | boolean |
Indicator whether or not to include the dimension text (if available) in the value set. |
|
bIncludeAttributes | boolean |
Indicator whether or not to include all dimension attributes (if available) in the value set. |