Cluster.DataGrid.CacheLoadConceptByExtIdByUri()

Signature

Concept CacheLoadConceptByExtIdByUri(String extId, boolean includeContained, String uri)

Domain

ACTION

Description

Retrieve from the cache the concept whose external identifier is specified. Use this function when querying by extid.

Parameters

NameTypeDescription
extIdStringExternal identifier for the targeted concept
includeContainedbooleanIf true load the entire complex concept; if false load only the root concept
uriStringURI of the concept to load

Returns

TypeDescription
Concept

Cautions

none