Vault Clause for the Add Query Command

This clause searches for business objects that are in a particular or similar vault.

vault PATTERN
  • PATTERN is the vault you are searching for.

The Vault clause uses wildcard characters in a way similar to the Businessobject clause.

For example, the following query definition requests all business objects that reside in the “Vehicle Project” vault:

add query “Vault Search”
   businessobject * * *
   vault “Vehicle Project”;

Using an asterisk in the Vault clause searches only local and Foreign vaults.