Predicate |
AQueryBuilder.always() |
|
Predicate |
Predicate.and(Predicate right) |
|
Predicate |
AQueryBuilder.availability(Availability availability) |
|
Predicate |
Field.eq(A right) |
Create a predicate that holds true if the field's value and constant value
right are equal.
|
Predicate |
Field.eq(PropertyField<A> right) |
Create a predicate that holds true if the field's value and the value of
property field right are equal.
|
Predicate |
Field.exists() |
Create a predicate that holds true if the field exists.
|
Predicate |
Field.ge(A right) |
Create a predicate that holds true if the field's value is greater than
constant value right or equal to it.
|
Predicate |
Field.ge(PropertyField<A> right) |
Create a predicate that holds true if the field's value is greater than the
value of property field right or equal to it.
|
Predicate |
Field.gt(A right) |
Create a predicate that holds true if the field's value is strictly greater
than constant value right.
|
Predicate |
Field.gt(PropertyField<A> right) |
Create a predicate that holds true if the field's value is strictly greater
than the value of property field right.
|
Predicate |
AQueryBuilder.hasProperties() |
Create a predicate that matches all snapshots with properties.
|
Predicate |
AQueryBuilder.hasPropertiesOf(String namespace) |
Create a predicate that matches all snapshots with properties of the given namespace.
|
Predicate |
PropertySchema.hasPropertiesOfNamespace() |
Get a predicate that matches if a property of the schema's namespace exists.
|
Predicate |
VersionField.isFirst() |
|
Predicate |
VersionField.isLatest() |
|
Predicate |
Field.le(A right) |
Create a predicate that holds true if the field's value is less than
constant value right or equal to it.
|
Predicate |
Field.le(PropertyField<A> right) |
Create a predicate that holds true if the field's value is less than the
value of property field right or equal to it.
|
Predicate |
Field.lt(A right) |
Create a predicate that holds true if the field's value is strictly less
than constant value right.
|
Predicate |
Field.lt(PropertyField<A> right) |
Create a predicate that holds true if the field's value is strictly less
than the value of property field right.
|
Predicate |
AQueryBuilder.mediaPackageId(String mpId) |
Create a predicate to match an snapshot's media package ID.
|
Predicate |
AQueryBuilder.mediaPackageIds(String... mpIds) |
|
Predicate |
Predicate.not() |
|
Predicate |
Field.notExists() |
Create a predicate that holds true if the field does not exist.
|
Predicate |
Predicate.or(Predicate right) |
|
Predicate |
AQueryBuilder.organizationId(String orgId) |
Deprecated.
|
Predicate |
AQueryBuilder.storage(String storage) |
|