Concept[] C_QueryConcepts(String cacheName, Object filter, boolean queryOnly)
Concept[] C_QueryConcepts(String cacheName, Object filter, boolean queryOnly)
Name | Type | Description |
---|---|---|
cacheName | String | Name of the targeted cache |
filter | Object | Conditional expression to drive selection process |
queryOnly | boolean | Should be set to true if the returned concepts are used in the current rule body |
Type | Description |
---|---|
Concept[] | List of concepts that satisfy the query |