Cluster.DataGrid.CacheLoadConceptIndexedByExtId()
Signature
Concept CacheLoadConceptIndexedByExtId(String extId, boolean includeContained,
String className)
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
Name | Type | Description |
extId | String | External identifier for the targeted concept |
includeContained | boolean | If true load the entire complex concept; if false load only the root concept |
className | String | Concept class name |