Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SigaaFile

Class to manager file

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected __instanceIndentifier

__instanceIndentifier: string

Private Optional _description

_description: string

Private _id

_id: string

Private Optional _key

_key: string

Private Optional _title

_title: string

Private Optional form

form: SigaaForm

Protected isClosed

isClosed: boolean = false

Readonly type

type: "file" = 'file'

Protected Optional updater

Accessors

_instanceIndentifier

  • get _instanceIndentifier(): string

description

  • get description(): undefined | string

id

  • get id(): string

key

  • get key(): undefined | string

title

  • get title(): undefined | string

Methods

Protected checkIfItWasClosed

  • checkIfItWasClosed(): void

close

  • close(): void

download

  • download(basepath: string, callback?: ProgressCallback, retry?: boolean): Promise<string>

update

Protected updateInstance

  • updateInstance(): Promise<void>

Generated using TypeDoc