Coherence.Query.C_QueryAndLoadConcepts()
Signature
Concept[] C_QueryAndLoadConcepts(String cacheName, Object filter, boolean loadContained)
Description
Execute a query against a named cache and load results into WM
Parameters
Name | Type | Description |
cacheName | String | Name of the targeted cache |
filter | Object | Conditional expression to drive selection process |
loadContained | boolean | If true load the entire complex concepts; if false load only the root concepts |
Returns
Type | Description |
Concept[] | Array of concepts that satisfy the query |