protected VaultQuery |
VaultQueryCreator.and(Part part,
VaultQuery base,
Iterator<Object> parameters) |
VaultQuery |
VaultQuery.and(Predicate<String> predicate)
Compose a new VaultQuery using predicates of this and the
other query using logical AND .
|
VaultQuery |
VaultQuery.and(VaultQuery other)
Compose a new VaultQuery using predicates of this and the
other query using logical AND .
|
protected VaultQuery |
VaultQueryCreator.create(Part part,
Iterator<Object> parameters) |
VaultQuery |
VaultQuery.or(VaultQuery other)
Compose a new VaultQuery using predicates of this and the
other query using logical OR .
|
protected VaultQuery |
VaultQueryCreator.or(VaultQuery vaultQuery,
VaultQuery other) |