IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Business rule management programming > Examples > Additional Query Examples

Query business rule groups by NOT_EQUAL operator

This is an example of a query of business rule group by the NOT_EQUAL operator.

brgList =
BusinessRuleManager.getBRGsBySingleProperty("department", QueryOperator.NOT_EQUAL, 		"claims", 0, 0);
// Returns BRG1

Additional Query Examples