Uses of Class
com.atlassian.confluence.plugins.contentproperty.index.schema.SchemaFieldType
-
Packages that use SchemaFieldType Package Description com.atlassian.confluence.plugins.contentproperty.index.schema com.atlassian.confluence.plugins.contentproperty.search.fields -
-
Uses of SchemaFieldType in com.atlassian.confluence.plugins.contentproperty.index.schema
Methods in com.atlassian.confluence.plugins.contentproperty.index.schema that return SchemaFieldType Modifier and Type Method Description SchemaFieldTypeContentPropertySchemaField. getFieldType()static SchemaFieldTypeSchemaFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaFieldType[]SchemaFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.plugins.contentproperty.index.schema with parameters of type SchemaFieldType Constructor Description ContentPropertySchemaField(String jsonExpression, SchemaFieldType fieldType, String fieldName, String owningPlugin, String owningModule, String alias, com.atlassian.fugue.Option<com.atlassian.querylang.fields.UISupport> uiSupport) -
Uses of SchemaFieldType in com.atlassian.confluence.plugins.contentproperty.search.fields
Methods in com.atlassian.confluence.plugins.contentproperty.search.fields with parameters of type SchemaFieldType Modifier and Type Method Description com.atlassian.querylang.lib.fields.MapFieldHandler.ValueTypeSchemaFieldToContentPropertyValueMapping. getValueTypeFor(SchemaFieldType fieldType)booleanContentPropertyValueExpressionValidator. isOperatorValidForFieldType(SchemaFieldType fieldType, com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext mapExprContext)
-