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