Uses of Class
eu.clarin.sru.client.SRUOperation
-
-
Uses of SRUOperation in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRUOperation Modifier and Type Method Description SRUOperationSRUExplainRequest. getOperation()SRUOperationSRUScanRequest. getOperation()SRUOperationSRUSearchRetrieveRequest. getOperation()static SRUOperationSRUOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SRUOperation[]SRUOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.client with parameters of type SRUOperation Modifier and Type Method Description StringSRURequestAuthenticator. createAuthenticationHeaderValue(SRUOperation operation, String endpointURI, Map<String,String> context)Make an HTTP Authentication header value for a SRU request.
-