Package com.atlassian.jira.search
Class DefaultSchema
java.lang.Object
com.atlassian.jira.search.DefaultSchema
- All Implemented Interfaces:
Schema
Default implementation of
Schema-
Method Summary
Modifier and TypeMethodDescriptionstatic Schemacreate(Collection<Field> fields) Obtains a field using name.getFieldAt(String path) Obtains a field by its path.booleanbooleantoString()
-
Method Details
-
create
-
getField
Description copied from interface:SchemaObtains a field using name. -
getFieldAt
Description copied from interface:SchemaObtains a field by its path.- Specified by:
getFieldAtin interfaceSchema- Parameters:
path- the dot notated path to the field to retrieve, for example:"field","field.subfield".- Returns:
Optionalcontaining the field if it exists, empty otherwise
-
getFields
-
isDefined
-
isDefined
-
toString
-