TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.and() |
Creates an AND query where the results must match all provided filters.
|
TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.or() |
Creates an OR query where the results will match any of the provided filters.
|
TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.FilterAttributeBuilder.returnAttribute(CoreTokenField field) |
If you only require the returned CTS Tokens to contains a subset of the standard
CoreTokenField.values() then this method allows the caller to specify the
fields they would like in the returned CTS Tokens.
|
TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.FilterAttributeBuilder.withAttribute(CoreTokenField field,
Object value) |
Filters the result CTS Tokens to only include those that have the matching
attribute.
|
TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.withAttribute(CoreTokenField field,
Object value) |
Filters the result CTS Tokens to only include those that have the matching
attribute.
|
TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.FilterAttributeBuilder.withPriorityAttribute(CoreTokenField field,
Object value) |
|
TokenFilterBuilder.FilterAttributeBuilder |
TokenFilterBuilder.FilterAttributeBuilder.withPriorityQueryFilter(QueryFilter queryFilter) |
A variant which changes the order of the filter arguments
to allow the underlying backend to efficiently run the query.
|