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 the targeted concept
includeContainedbooleanIf true load the entire complex concept; if false load only the root concept
classNameStringConcept class name

Returns

TypeDescription
Concept

Cautions

none