| AndNode |
This interface represents a logical AND operation for a query.
|
| LogicalOperatorNode |
This interface represents a logical operator (AND, OR, or NOT) in a query.
|
| NotNode |
This interface represents a logical NOT operation for a query.
|
| OrNode |
This interface represents a logical OR operation for a query.
|
| PropertyIsDefinedQueryNode |
This is an interface for querying for business rule groups that have a particular
property defined, regardless of what the value of that property is.
|
| PropertyQueryNode |
This is an interface for querying properties associated with business
rule groups.
|
| QueryNode |
This interface represents part of a query based on properties.
|