Uses of Class
com.atlassian.confluence.plugins.contentproperty.index.schema.ContentPropertySchemaField
Packages that use ContentPropertySchemaField
Package
Description
-
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 ContentPropertySchemaFieldModifier 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
Methods in com.atlassian.confluence.plugins.contentproperty.index.schema that return types with arguments of type ContentPropertySchemaFieldModifier 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 aMultimaprepresentation 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.Constructor parameters in com.atlassian.confluence.plugins.contentproperty.index.schema with type arguments of type ContentPropertySchemaFieldModifierConstructorDescriptionContentPropertyIndexSchema(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 ContentPropertySchemaFieldModifierConstructorDescriptionprotectedDateTimeContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField, SearchPlatformConfig searchPlatformConfig) NumericContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField) StringContentPropertyAliasFieldHandler(String aliasName, ContentPropertySchemaField schemaField, boolean orderSupported) protectedTextContentPropertyAliasFieldHandler(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 ContentPropertySchemaFieldModifier 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.V2SearchQueryWrapperContentPropertySearchQueryFactory.create(ContentPropertySchemaField schemaField, Object value, com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext valueContext)