TESSA Web API
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • Delete current user's metadata extensions, such as info on added search queries, by composition identifier (workplace id, tree node id, etc.).

      Parameters

      • compositionId: string

        Composition identifier to delete.

      Returns Promise<void>

    • Get metadata for all the workplaces accessible by current user. Returned metadata can be used to show workplace to the user, but not to modify it.

      Returns Promise<IWorkplaceMetadata[]>

    • Get metadata for specified workplace. It has to be accessible by current user. Returned metadata can be used to show workplace to the user, but not to modify it.

      Parameters

      • id: string

        Identifier of workplace to get.

      Returns Promise<null | IWorkplaceMetadata>

    • Save current user's view properties, including sorting and grouping options, columns visibility settings, relative area sizes in master-detail views, etc. Properties are unavailable for other users.

      Parameters

      Returns Promise<void>

    • Save current user's settings for specified workplaces, including tree width, option to show empty folders, etc. Settings are unavailable for other users.

      Parameters

      Returns Promise<void>