Uses of Class
com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
-
-
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.index.extractor
Method parameters in com.atlassian.confluence.plugins.contentproperty.index.extractor with type arguments of type ContentPropertySchemaField Modifier and Type Method Description Iterable<FieldDescriptor>
ContentPropertyExtractionManager. extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)
Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types.Iterable<FieldDescriptor>
ContentPropertyExtractionManagerImpl. extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)
-
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.index.schema
Methods in com.atlassian.confluence.plugins.contentproperty.index.schema that return types with arguments of type ContentPropertySchemaField Modifier and Type Method Description com.google.common.collect.Multimap<String,ContentPropertySchemaField>
ContentPropertyIndexSchema. asMultimap()
Returns content property index schema as a map (content property key) => (schema fields).com.google.common.collect.Multimap<String,ContentPropertySchemaField>
ContentPropertyIndexSchemaManager. getIndexSchema()
Returns aMultimap
representation of content properties dynamic index schema.com.google.common.collect.Multimap<String,ContentPropertySchemaField>
ContentPropertyIndexSchemaManagerImpl. getIndexSchema()
Collection<ContentPropertySchemaField>
ContentPropertyIndexSchema. getSchemaFieldsByKey(String key)
Returns a collection of schema fields associated with a given content property key.Constructor parameters in com.atlassian.confluence.plugins.contentproperty.index.schema with type arguments of type ContentPropertySchemaField Constructor Description ContentPropertyIndexSchema(com.google.common.collect.Multimap<String,ContentPropertySchemaField> schema)
-
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.search.fields
Constructors in com.atlassian.confluence.plugins.contentproperty.search.fields with parameters of type ContentPropertySchemaField Constructor Description DateTimeContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField)
NumericContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField)
StringContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField, boolean orderSupported)
TextContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField, boolean orderSupported)
-
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.search.query
Methods in com.atlassian.confluence.plugins.contentproperty.search.query with parameters of type ContentPropertySchemaField Modifier and Type Method Description SearchSort
ContentPropertySearchQueryFactory. buildContentPropertySearchSort(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order)
SearchQuery
ContentPropertySearchQueryFactory. buildNumberRangeQuery(ContentPropertySchemaField schemaField, Range<Double> range)
SearchQuery
ContentPropertySearchQueryFactory. buildStringEqualityQuery(ContentPropertySchemaField schemaField, String... value)
Build a generic string equality query.SearchQuery
ContentPropertySearchQueryFactory. buildTextQuery(ContentPropertySchemaField schemaField, String rawQuery)
com.atlassian.confluence.plugins.cql.spi.v2searchhelpers.V2SearchQueryWrapper
ContentPropertySearchQueryFactory. create(ContentPropertySchemaField schemaField, Object value, com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext)
-