IService
pentaho.instanceInfo.IService
The instanceInfo.IService
interface represents a service from which basic metadata information can be obtained about instances without loading the their AMD modules.
Source: doc-js/pentaho/instanceInfo/IService.jsdoc, line 17
See also: pentaho.instanceInfo.service
Methods
Name | Description |
---|---|
configure(configSpec) | Declares multiple instances. |
declare(id, decl) | Declares an instance. |
getAllByType(typeIdOrAlias) : Array.< | Gets an array of the identifiers of known instances of a given type. |
getTypeOf(instanceId) : string | undefined | null | Gets the type identifier of an instance given its identifier. |
Methods Details
configure(configSpec) | ||||||
---|---|---|---|---|---|---|
Declares multiple instances. Source: doc-js/pentaho/instanceInfo/IService.jsdoc, line 27
|
declare(id, decl) | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Declares an instance. Source: doc-js/pentaho/instanceInfo/IService.jsdoc, line 37
|
getAllByType(typeIdOrAlias) : Array.< | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Gets an array of the identifiers of known instances of a given type. Source: doc-js/pentaho/instanceInfo/IService.jsdoc, line 61
|
getTypeOf(instanceId) : string | undefined | null | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Gets the type identifier of an instance given its identifier. Source: doc-js/pentaho/instanceInfo/IService.jsdoc, line 49
|