Infohub JS API
Loading...
Searching...
No Matches
Catalogue Class Reference

Description

Catalogue on infohub.

Inheritance diagram for Catalogue:
cnObject

Public Member Functions

 constructor ()
Public Member Functions inherited from cnObject
 constructor ()
get className ()
get id ()
get shortid ()
get name ()
set name (value)
 setFromJson (obj_as_json, members=null)
 getAsJson (members=null)
 dump (prefix='')
 toJSON ()
 getId ()
 getShortId ()
 getName ()
 setName (n)
 get (key, defaultValue={})
get info ()
get properties ()
 getPropertyValue (typeid, defaultValue=null)
 setPropertyValue (typeid, value)

Static Public Attributes

static className = "Catalogue"

Function Documentation

◆ constructor()

constructor ( )

Since scope information is retrieved from COLNEO infohub, this constructor is not called directly.

Use factory method ProjectServices.getProjectById() or ProjectServices.getProjectByShortId() instead.

Since
09.2025, jh

Member Data Documentation

◆ className

className = "Catalogue"
static