Uses of Class
com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
Package
Description
-
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.index.extractor
Modifier and TypeMethodDescriptionContentPropertyExtractionManager.extract
(JsonString json, Iterable<ContentPropertySchemaField> schemaFields) Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types.ContentPropertyExtractionManagerImpl.extract
(JsonString json, Iterable<ContentPropertySchemaField> schemaFields) -
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.index.schema
Modifier and TypeMethodDescriptioncom.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()
ContentPropertyIndexSchema.getSchemaFieldsByKey
(String key) Returns a collection of schema fields associated with a given content property key.ModifierConstructorDescriptionContentPropertyIndexSchema
(com.google.common.collect.Multimap<String, ContentPropertySchemaField> schema) -
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.search.fields
ModifierConstructorDescriptionprotected
DateTimeContentPropertyAliasFieldHandler
(String aliasName, ContentPropertySchemaField schemaField, SearchPlatformConfig searchPlatformConfig) NumericContentPropertyAliasFieldHandler
(String aliasName, ContentPropertySchemaField schemaField) StringContentPropertyAliasFieldHandler
(String aliasName, ContentPropertySchemaField schemaField, boolean orderSupported) protected
TextContentPropertyAliasFieldHandler
(String aliasName, ContentPropertySchemaField schemaField, boolean orderSupported) -
Uses of ContentPropertySchemaField in com.atlassian.confluence.plugins.contentproperty.search.query
Modifier and TypeMethodDescriptionContentPropertySearchQueryFactory.buildContentPropertySearchSort
(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order) ContentPropertySearchQueryFactory.buildNumberRangeQuery
(ContentPropertySchemaField schemaField, Range<Double> range) ContentPropertySearchQueryFactory.buildStringEqualityQuery
(ContentPropertySchemaField schemaField, String... value) Build a generic string equality query.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)