Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListAdminCache

Caches user information obtained from Knora.

Hierarchy

Index

Constructors

constructor

Methods

Protected getDependenciesOfItem

Protected getItem

  • getItem(key: string, isDependency?: boolean): AsyncSubject<ListResponse>
  • Gets a specific item from the cache. If not cached yet, the information will be fetched from Knora.

    Parameters

    • key: string

      the id of the item to be returned.

    • Default value isDependency: boolean = false

      true if the item to be returned is a dependency of another item (recursive call to this method).

    Returns AsyncSubject<ListResponse>

    the requested item.

Protected getKeyOfItem

getList

Protected reloadItem

Protected requestItemFromKnora

  • requestItemFromKnora(key: string, isDependency: boolean): Observable<ListResponse[]>

Generated using TypeDoc