Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • spinalCore

Index

Constructors

Properties

_def: ISpinalModel = ModelProcessManager._def
right_flag: { AD: number; RD: number; WR: number } = ...

Type declaration

  • AD: number
  • RD: number
  • WR: number
version: string = ModelProcessManager.spinal.version

Methods

  • auth(options: string | URL, username: string, password: string): Promise<IAuthResponse>
  • static
    memberof

    spinalCore

    Parameters

    • options: string | URL
    • username: string
    • password: string

    Returns Promise<IAuthResponse>

    {Promise}

  • authOrgan(options: string | URL, bosRegisterKey: string, organName: string, organType: string): Promise<IAuthResponse>
  • static
    memberof

    spinalCore

    Parameters

    • options: string | URL
    • bosRegisterKey: string
    • organName: string
    • organType: string

    Returns Promise<IAuthResponse>

    {Promise}

  • connect(options: string | URL, accessToken?: string): FileSystem
  • static
    memberof

    spinalCore

    Parameters

    • options: string | URL
    • Optional accessToken: string

    Returns FileSystem

    {FileSystem}

  • connectWithSessionId(options: string | URL, sessionId: number, accessToken?: string): FileSystem
  • static
    memberof

    spinalCore

    Parameters

    • options: string | URL
    • sessionId: number
    • Optional accessToken: string

    Returns FileSystem

    {FileSystem}

  • defaultCallbackError(): void
  • default callback function

    static
    memberof

    spinalCore

    Returns void

    {void}

  • extend(child: any, parent: any): any
  • "public static" method: extend one object as a class, using the same 'class' concept as coffeescript

    deprecated
    static
    memberof

    spinalCore

    Parameters

    • child: any
    • parent: any

    Returns any

    {*}

  • loadPromise<T>(fs: FileSystem, path: string): Promise<T>
  • register_models(model: typeof Model, name?: string): void
  • register_models(modelList: typeof Model[] | {}): void
  • static
    memberof

    spinalCore

    Parameters

    • model: typeof Model
    • Optional name: string

    Returns void

  • static
    memberof

    spinalCore

    Parameters

    • modelList: typeof Model[] | {}

    Returns void

  • share_model(fs: FileSystem, ptr: number, file_name: string, right_flag: number, targetName: string): void
  • static
    memberof

    spinalCore

    Parameters

    • fs: FileSystem
    • ptr: number
    • file_name: string
    • right_flag: number
    • targetName: string

    Returns void

    {void}

Generated using TypeDoc