RetrievalFilter.Builder |
RetrievalFilter.Builder.andAll(Collection<RetrievalFilter> andAll) |
Knowledge base data sources whose metadata attributes fulfill all the filter conditions inside this list are
returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.andAll(Consumer<RetrievalFilter.Builder>... andAll) |
Knowledge base data sources whose metadata attributes fulfill all the filter conditions inside this list are
returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.andAll(RetrievalFilter... andAll) |
Knowledge base data sources whose metadata attributes fulfill all the filter conditions inside this list are
returned.
|
static RetrievalFilter.Builder |
RetrievalFilter.builder() |
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.equalsValue(Consumer<FilterAttribute.Builder> equalsValue) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value matches the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.equalsValue(FilterAttribute equalsValue) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value matches the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.greaterThan(Consumer<FilterAttribute.Builder> greaterThan) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is greater than the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.greaterThan(FilterAttribute greaterThan) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is greater than the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.greaterThanOrEquals(Consumer<FilterAttribute.Builder> greaterThanOrEquals) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is greater than or equal to the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.greaterThanOrEquals(FilterAttribute greaterThanOrEquals) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is greater than or equal to the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.in(Consumer<FilterAttribute.Builder> in) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is in the list specified in the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.in(FilterAttribute in) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is in the list specified in the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.lessThan(Consumer<FilterAttribute.Builder> lessThan) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is less than the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.lessThan(FilterAttribute lessThan) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is less than the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.lessThanOrEquals(Consumer<FilterAttribute.Builder> lessThanOrEquals) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is less than or equal to the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.lessThanOrEquals(FilterAttribute lessThanOrEquals) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value is less than or equal to the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.notEquals(Consumer<FilterAttribute.Builder> notEquals) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value doesn't match the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.notEquals(FilterAttribute notEquals) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value doesn't match the value in this object are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.notIn(Consumer<FilterAttribute.Builder> notIn) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value isn't in the list specified in the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.notIn(FilterAttribute notIn) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value isn't in the list specified in the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.orAll(Collection<RetrievalFilter> orAll) |
Knowledge base data sources whose metadata attributes fulfill at least one of the filter conditions inside
this list are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.orAll(Consumer<RetrievalFilter.Builder>... orAll) |
Knowledge base data sources whose metadata attributes fulfill at least one of the filter conditions inside
this list are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.orAll(RetrievalFilter... orAll) |
Knowledge base data sources whose metadata attributes fulfill at least one of the filter conditions inside
this list are returned.
|
default RetrievalFilter.Builder |
RetrievalFilter.Builder.startsWith(Consumer<FilterAttribute.Builder> startsWith) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value starts with the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.Builder.startsWith(FilterAttribute startsWith) |
Knowledge base data sources that contain a metadata attribute whose name matches the key and
whose value starts with the value in this object are returned.
|
RetrievalFilter.Builder |
RetrievalFilter.toBuilder() |
|