Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppletVersionFileManagement

Index

Constructors

constructor

Properties

Private options

options: IOptions

Static Private Readonly RESOURCE

RESOURCE: string = "file"

Methods

create

  • Parameters

    Returns Promise<void>

get

  • get(appletUid: string, appletVersion: string, filePath: string): Promise<IAppletVersionFile>
  • Parameters

    • appletUid: string
    • appletVersion: string
    • filePath: string

    Returns Promise<IAppletVersionFile>

list

  • Parameters

    • appletUid: string
    • appletVersion: string

    Returns Promise<IAppletVersionFile[]>

remove

  • remove(appletUid: string, appletVersion: string, filePath: string, options?: IUploadOptions): Promise<void>
  • Parameters

    • appletUid: string
    • appletVersion: string
    • filePath: string
    • Default value options: IUploadOptions = {}

    Returns Promise<void>

update

  • Parameters

    Returns Promise<void>

Static Private getResource

  • getResource(appletUid: string, appletVersion: string): string
  • Parameters

    • appletUid: string
    • appletVersion: string

    Returns string

Static Private getUrl

  • getUrl(appletUid: string, appletVersion: string, filePath: string): string
  • Parameters

    • appletUid: string
    • appletVersion: string
    • filePath: string

    Returns string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Protected property
  • Static property

Generated using TypeDoc