Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TcIndicatorService

Index

Constructors

constructor

Properties

Private logging

Private request

Private spacesBase

spacesBase: SpacesBaseService

Methods

createIndicator

  • createIndicator(indicator: Indicator, owner: string): Observable<any>
  • Parameters

    Returns Observable<any>

getAll

  • getAll(type?: string, resultLimit?: number, resultStart?: number, owner?: any, normalize?: boolean): Observable<any>
  • Parameters

    • Default value type: string = "Indicator"
    • Default value resultLimit: number = 500
    • Default value resultStart: number = 0
    • Default value owner: any = undefined
    • Default value normalize: boolean = false

    Returns Observable<any>

getById

  • getById(id: string, type: string, owner: string): Observable<any>
  • Parameters

    • id: string
    • type: string
    • owner: string

    Returns Observable<any>

Private handleError

  • handleError(error: any): Promise<never>
  • Parameters

    • error: any

    Returns Promise<never>

Private normalize

  • normalize(response: Response, resourceType: any): any
  • Parameters

    • response: Response
    • resourceType: any

    Returns any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc