Coherence.Query.C_QueryAndLoadConcepts()

Signature

Concept[] C_QueryAndLoadConcepts(String cacheName, Object filter, boolean loadContained)

Domain

action

Description

Execute a query against a named cache and load results into WM. Query operates only on cache memory, not backing store.

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache
filterObjectConditional expression to drive selection process
loadContainedbooleanIf true load the entire complex concepts; if false load only the root concepts

Returns

TypeDescription
Concept[]Array of Concepts that satisfy the query

Cautions

none