Uses of Class
org.apache.maven.search.api.request.Field
Packages that use Field
Package
Description
-
Uses of Field in org.apache.maven.search.api
Fields in org.apache.maven.search.api with type parameters of type FieldMethods in org.apache.maven.search.api that return types with arguments of type FieldModifier and TypeMethodDescriptionRecord.fieldSet()
Returns unmodifiable set of present fields in this record, nevernull
.Record.getFields()
Returns unmodifiable map of all values keyed byField
backing this record.Methods in org.apache.maven.search.api with parameters of type FieldModifier and TypeMethodDescriptionboolean
Returnstrue
if given field is present in this record.Constructor parameters in org.apache.maven.search.api with type arguments of type Field -
Uses of Field in org.apache.maven.search.api.request
Subclasses of Field in org.apache.maven.search.api.requestModifier and TypeClassDescriptionstatic class
static class
static class
static class
Fields in org.apache.maven.search.api.request declared as FieldMethods in org.apache.maven.search.api.request that return FieldMethods in org.apache.maven.search.api.request with parameters of type FieldModifier and TypeMethodDescriptionstatic FieldQuery
FieldQuery.fieldQuery
(Field fieldName, String query) Creates a field query using givenField
and query string.Method parameters in org.apache.maven.search.api.request with type arguments of type FieldModifier and TypeMethodDescriptionField.BooleanField.getFieldValue
(Map<Field, Object> record) abstract Object
Field.getFieldValue
(Map<Field, Object> record) Returns the value of the field from given record instance, ornull
if field not present in record.Field.InstantField.getFieldValue
(Map<Field, Object> record) Field.NumberField.getFieldValue
(Map<Field, Object> record) Field.StringField.getFieldValue
(Map<Field, Object> record) Constructors in org.apache.maven.search.api.request with parameters of type Field -
Uses of Field in org.apache.maven.search.backend.remoterepository
Fields in org.apache.maven.search.backend.remoterepository with type parameters of type FieldMethods in org.apache.maven.search.backend.remoterepository with parameters of type FieldMethod parameters in org.apache.maven.search.backend.remoterepository with type arguments of type Field -
Uses of Field in org.apache.maven.search.backend.smo.internal
Fields in org.apache.maven.search.backend.smo.internal with type parameters of type FieldMethods in org.apache.maven.search.backend.smo.internal with parameters of type FieldModifier and TypeMethodDescriptionprotected static void
Method parameters in org.apache.maven.search.backend.smo.internal with type arguments of type FieldModifier and TypeMethodDescriptionprotected String
SmoSearchBackendImpl.cscPaging
(SearchRequest searchRequest, HashSet<Field> searchedFields) protected String
SmoSearchBackendImpl.extra
(SearchRequest searchRequest, HashSet<Field> searchedFields) protected static void
protected String
SmoSearchBackendImpl.paging
(SearchRequest searchRequest, HashSet<Field> searchedFields) protected String
SmoSearchBackendImpl.smoPaging
(SearchRequest searchRequest, HashSet<Field> searchedFields) protected String
SmoSearchBackendImpl.toSMOQuery
(HashSet<Field> searchedFields, Query query)