angular2-threatconnect
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TcIndicatorService

Index

Constructors

constructor

  • new TcIndicatorService(logging: SpacesLoggingService, request: SpacesRequestService, spacesBase: SpacesBaseService): TcIndicatorService

Properties

logging

logging: SpacesLoggingService

request

request: SpacesRequestService

spacesBase

spacesBase: SpacesBaseService

Methods

createIndicator

  • createIndicator(indicator: Indicator, owner: string): 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>

handleError

  • handleError(error: any): Promise<void>

normalize

  • normalize(response: Response, resourceType: any): 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