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 SRUVersionSRUServerConfig. getDefaultVersion()SRUVersionSRUServerConfig. getMaxVersion()SRUVersionSRUServerConfig. getMinVersion()SRUVersionSRURequest. getVersion()Get the version parameter of this request.static SRUVersionSRUVersion. 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 booleanSRURequest. isVersion(SRUVersion version)Check if this request is of a specific version.booleanSRURequest. 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 treebooleanCQLQueryParser. supportsVersion(SRUVersion version)booleanSearchTermsQueryParser. supportsVersion(SRUVersion version)booleanSRUQueryParser. supportsVersion(SRUVersion version)Check if query is supported by a specific version of SRU/CQL
-