Infohub JS API
Loading...
Searching...
No Matches
gom

Classes

class  cnObject
class  cnObjectServices
class  cnRelation
class  cnRelationServices
class  cnSet
class  cnSetServices
class  gomServices

Variables

const eDataType
export const eDomain

Detailed Description

Generic Object Model.

COLNEO Generic Object Model (GOM) Classes and services for working with nodes, relations, sets, properties, and other generic COLNEO infohub objects.

Variable Documentation

◆ eDataType

const eDataType
Initial value:
= Object.freeze({
STRING: 'xs:string',
LONG: 'xs:long',
INTEGER: 'xs:integer',
DOUBLE: 'xs:double',
FLOAT: 'xs:float',
BOOLEAN: 'xs:boolean',
DATE: 'xs:date',
DATETIME: 'xs:dateTime',
ID: 'xs:ID',
IDREF: 'xs:IDREF',
ANYURI: 'xs:anyURI',
OBJECT: 'xs:object'
})

@description Supported data types.

◆ eDomain

export const eDomain
Initial value:
= Object.freeze({
GEO: "geo",
ACT: "act",
BOQ: "boq",
DOC: "doc",
TYP: "typ",
RES: "res",
CST: "cst",
ISS: "ISS",
ALL: "all"
})

@description Supported domains