Юниверс MDM SDK UI
v6.15.0

Класс ReadBiTokenOp

Операция чтения токена провайдера BI

Иерархия (Просмотр сводки)

Индекс

Конструкторы

  • Параметры

    • platformTypeId: string
    • content: { storageName: string }

    Возвращает ReadBiTokenOp

Свойства

apiVersion: string
axiosPromise: AxiosPromise<any> | null
baseURL: string
config: IOpConfig
urlContext?: UrlContextType
operationId: number

Методы

  • Redefined function query url Builder

    Возвращает string

  • Выполняет HTTP-запрос и возвращает результат операции.

    Возвращает Promise<string>

  • return raw data from responce

    Параметры

    • value: Record<string, any>

    Возвращает string | undefined

  • Returns the name of the property where the expected data is stored

    Возвращает string | string[]

  • Returns the name of the property that contains the request success flag

    Возвращает string

  • Returns the response code that is considered successful

    Возвращает number

  • Returns true if the data has a success flag

    Параметры

    • data: Record<string, any>

    Возвращает boolean

  • Processing data received in the operation

    Параметры

    • data: string

    Возвращает string

  • Returns true if the data is valid and applicable to the successful result of the operation

    Параметры

    Возвращает boolean | Error

  • Handler the successful completion of the request

    Параметры

    Возвращает Promise<string>