| Modifier and Type | Method and Description |
|---|---|
SchemaFieldType |
ContentPropertyFieldSort.getFieldType() |
| Constructor and Description |
|---|
ContentPropertyFieldSort(SearchSort.Order order,
String fieldName,
SchemaFieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
SchemaFieldType |
ContentPropertySchemaField.getFieldType() |
static SchemaFieldType |
SchemaFieldType.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.
|
| Constructor and Description |
|---|
ContentPropertySchemaField(String jsonExpression,
SchemaFieldType fieldType,
String fieldName,
String owningPlugin,
String owningModule,
String alias,
com.atlassian.fugue.Option<com.atlassian.querylang.fields.UISupport> uiSupport) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.querylang.lib.fields.MapFieldHandler.ValueType |
SchemaFieldToContentPropertyValueMapping.getValueTypeFor(SchemaFieldType fieldType) |
boolean |
ContentPropertyValueExpressionValidator.isOperatorValidForFieldType(SchemaFieldType fieldType,
com.atlassian.querylang.antlrgen.AqlParser.MapExprValueContext mapExprContext) |
Copyright © 2003–2017 Atlassian. All rights reserved.