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 {@link
#Index(String, Object, boolean)} and the extractor to be used for the index creation -
EntityExtIdGetter().
Parameters
Name | Type | Description |
extId | String | External identifier for targeted concept |
includeContained | boolean | If true load the entire complex concept; if false load only
the root concept |
className | The | runtime class name of the entity. See {@link
#ClassName(String)}. |