Queries on properties

You can refine a query by filtering on one of the properties of the project elements being queried, such as name, status, or effective date.

Name is a standard rule property. Status and effective date are extended properties, provided by the default extension model.

You can run this type of query against any type of project element. This type of query is useful for carrying out a rule audit.

Example 1

The following query returns all business rules in your workspace with a status of new.

Find all business rules
   such that the status of each business rule is new

Example 2

The following query returns all variables in a package called accounts.

Find all variables
    such that each variable is in package "accounts"