Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReadFileValue

Hierarchy

Implements

Index

Internal Constructors

constructor

  • new ReadFileValue(id?: undefined | string, type?: undefined | string, attachedToUser?: undefined | string, arkUrl?: undefined | string, versionArkUrl?: undefined | string, valueCreationDate?: undefined | string, hasPermissions?: undefined | string, userHasPermission?: undefined | string, uuid?: undefined | string, propertyLabel?: undefined | string, propertyComment?: undefined | string, property?: undefined | string, strval?: undefined | string, valueHasComment?: undefined | string): ReadFileValue
  • category

    Internal

    Parameters

    • Optional id: undefined | string

      the id of the value.

    • Optional type: undefined | string

      the type of the value.

    • Optional attachedToUser: undefined | string

      the user the value is attached to.

    • Optional arkUrl: undefined | string

      the value's persistent URL.

    • Optional versionArkUrl: undefined | string

      the value's persistent URL for this version.

    • Optional valueCreationDate: undefined | string

      the value's date of creation.

    • Optional hasPermissions: undefined | string

      the permission set for the value.

    • Optional userHasPermission: undefined | string

      the current user's permissions on the value.

    • Optional uuid: undefined | string

      the value's UUID.

    • Optional propertyLabel: undefined | string

      the label of the value's property.

    • Optional propertyComment: undefined | string

      the comment of the value's property.

    • Optional property: undefined | string

      the property pointing to the value.

    • Optional strval: undefined | string

      the value's string representation, if any.

    • Optional valueHasComment: undefined | string

      the comment on the value, if any.

    Returns ReadFileValue

Properties

arkUrl

arkUrl: string = ""

attachedToUser

attachedToUser: string = ""

fileUrl

fileUrl: string = ""

filename

filename: string = ""

hasPermissions

hasPermissions: string = ""

id

id: string = ""

property

property: string

Optional propertyComment

propertyComment: undefined | string

Optional propertyLabel

propertyLabel: undefined | string

Optional strval

strval: undefined | string

type

type: string = ""

userHasPermission

userHasPermission: string = ""

uuid

uuid: string = ""

valueCreationDate

valueCreationDate: string = ""

Optional valueHasComment

valueHasComment: undefined | string = undefined

versionArkUrl

versionArkUrl: string = ""

Generated using TypeDoc