Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AbstractServerResource
    • FileUploadResource

Index

Constructors

constructor

  • Parameters

    • connectionMgr: IConnectionManager

    Returns FileUploadResource

Properties

Private basePath

basePath: string = "./file"

Protected connectionMgr

connectionMgr: IConnectionManager

Methods

createImageFile

  • createImageFile(body: any): Promise<any>
  • Parameters

    • body: any

    Returns Promise<any>

downloadImageFile

  • downloadImageFile(_uuid: string): Promise<any>
  • Parameters

    • _uuid: string

    Returns Promise<any>

getConnectionManager

  • getConnectionManager(): IConnectionManager
  • Returns IConnectionManager

getImageFile

  • getImageFile(_uuid: string): Promise<any>
  • Parameters

    • _uuid: string

    Returns Promise<any>

setConnectionManager

  • setConnectionManager(connectionMgr: IConnectionManager): void
  • Parameters

    • connectionMgr: IConnectionManager

    Returns void

Generated using TypeDoc