Concept getById (long Id)Concept getById (long Id)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.| Name | Type | Description |
|---|---|---|
id | long | The id of the Concept instance to be returned. |
| Type | Description |
|---|---|
Concept | Concept instance identified by id or null if not found. |