Uses of Class
eu.clarin.sru.server.SRUVersion
-
Packages that use SRUVersion Package Description eu.clarin.sru.server -
-
Uses of SRUVersion in eu.clarin.sru.server
Methods in eu.clarin.sru.server that return SRUVersion Modifier and Type Method Description SRUVersion
SRUServerConfig. getDefaultVersion()
SRUVersion
SRUServerConfig. getMaxVersion()
SRUVersion
SRUServerConfig. getMinVersion()
SRUVersion
SRURequest. getVersion()
Get the version parameter of this request.static SRUVersion
SRUVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUVersion[]
SRUVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.server with parameters of type SRUVersion Modifier and Type Method Description boolean
SRURequest. isVersion(SRUVersion version)
Check if this request is of a specific version.boolean
SRURequest. isVersion(SRUVersion min, SRUVersion max)
Check if version of this request is at least min and at most max.SRUQuery<org.z3950.zing.cql.CQLNode>
CQLQueryParser. parseQuery(SRUVersion version, Map<String,String> parameters, SRUDiagnosticList diagnostics)
SRUQuery<List<String>>
SearchTermsQueryParser. parseQuery(SRUVersion version, Map<String,String> parameters, SRUDiagnosticList diagnostics)
SRUQuery<T>
SRUQueryParser. parseQuery(SRUVersion version, Map<String,String> parameters, SRUDiagnosticList diagnostics)
Parse a query into an abstract syntax treeboolean
CQLQueryParser. supportsVersion(SRUVersion version)
boolean
SearchTermsQueryParser. supportsVersion(SRUVersion version)
boolean
SRUQueryParser. supportsVersion(SRUVersion version)
Check if query is supported by a specific version of SRU/CQL
-