Instance.getById()

Signature

Concept getById (long Id)

Domain

ACTION, BUI

Description

Returns the Concept instance identified by id. Note: This method should not be used to load cache-only concepts into working memory for modifications, especially if they have not already been loaded in a pre-processor.

Parameters

NameTypeDescription
idlongThe id of the Concept instance to be returned.

Returns

TypeDescription
ConceptConcept instance identified by id or null if not found.

Cautions

none