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

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