public class ContentPropertySearchQueryFactory extends Object
Constructor and Description |
---|
ContentPropertySearchQueryFactory() |
Modifier and Type | Method and Description |
---|---|
SearchSort |
buildContentPropertySearchSort(ContentPropertySchemaField schemaField,
SearchSort.Type type,
SearchSort.Order order) |
SearchQuery |
buildNumberRangeQuery(ContentPropertySchemaField schemaField,
Range<Double> range) |
SearchQuery |
buildStringEqualityQuery(ContentPropertySchemaField schemaField,
String... value)
Build a generic string equality query.
|
SearchQuery |
buildTextQuery(ContentPropertySchemaField schemaField,
String rawQuery) |
com.atlassian.confluence.plugins.cql.spi.v2searchhelpers.V2SearchQueryWrapper |
create(ContentPropertySchemaField schemaField,
Object value,
com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext) |
public com.atlassian.confluence.plugins.cql.spi.v2searchhelpers.V2SearchQueryWrapper create(ContentPropertySchemaField schemaField, Object value, com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext)
public SearchQuery buildStringEqualityQuery(ContentPropertySchemaField schemaField, String... value)
schemaField
- the field to create the query onvalue
- the value to check forpublic SearchSort buildContentPropertySearchSort(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order)
public SearchQuery buildTextQuery(ContentPropertySchemaField schemaField, String rawQuery)
public SearchQuery buildNumberRangeQuery(ContentPropertySchemaField schemaField, Range<Double> range)
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences