ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ActivePivotServer

ActivePivotServer interface

Handle all the communications with an ActivePivot Server.

Signature:

export interface ActivePivotServer extends Server 

Properties

PropertyTypeDescription
areMultiplePermissionsSupported() => Promise<boolean>
configurationActivePivotConfiguration
createDrillthroughQuery(mdx: Mdx, context?: MdxContextValues, transformers?: Transformer[], additionalUpdateMode?: UpdateMode) => DrillthroughQueryCreates an DrillthroughQuery with a DRILLTHROUGH statement.
createSelectQuery(mdx: Mdx, context?: MdxContextValues, transformers?: Transformer[], additionalUpdateMode?: UpdateMode, refreshInterval?: number, ranges?: RangesConfiguration) => MdxQueryCreates an MdxQuery with a SELECT statement.
createSelectQueryFromCube(cubeName: CubeName, context: MdxContextValues, transformers: Transformer[], additionalUpdateMode: UpdateMode, refreshInterval: number, ranges: RangesConfiguration) => MdxQueryCreate a simple MdxQuery with a SELECT statement.
executeRawMdx(a: MdxQueryPayload) => Promise<CellSet>
getActiveMonitorServer() => ActiveMonitorServer | undefined
getContentServer() => ContentServer | undefined
getDiscovery() => DiscoveryCache | undefined
memberCaptionProviderMemberCaptionProvider
queryDiscovery() => Promise<Discovery>
refreshDiscovery() => Promise<{
discovery: Discovery;
}>
  • ActivePivotServer interface
  • Properties
Copyright © 2019 ActiveViam