Coherence.Query.C_QueryConcepts()

Signature

Concept[] C_QueryConcepts(String cacheName, Object filter, boolean queryOnly)

Domain

action

Description

Execute a query against a named cache

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache
filterObjectConditional expression to drive selection process
queryOnlybooleanShould be set to true if the returned concepts are used in the current rule body

Returns

TypeDescription
Concept[]List of concepts that satisfy the query

Cautions

none