Cluster.DataGrid.CacheLoadConceptIndexedByExtId()

Signature

Concept CacheLoadConceptIndexedByExtId(String extId, boolean includeContained, String className)

Domain

action

Description

Retrieve from the cache the concept whose external identifier is specified. This method relies on an index that should be added on the concept's extId. See Index(String, Object, boolean) and the extractor to be used for the index creation - EntityExtIdGetter().

Parameters

NameTypeDescription
extIdStringExternal identifier for targeted concept
includeContainedbooleanthe root concept
classNameThe#ClassName(String)}.

Returns

TypeDescription
Concept

Cautions

none