Interface Summary |
PropertyQueryNode | This is an interface for querying properties associated with business
rule groups. |
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. |
OrNode | This interface represents a logical OR operation for a query. |
NotNode | This interface represents a logical NOT operation for a query. |
LogicalOperatorNode | This interface represents a logical operator (AND, OR, or NOT) in a query. |
AndNode | This interface represents a logical AND operation for a query. |
QueryNode | This interface represents part of a query based on properties. |