Uses of Class
eu.clarin.sru.client.SRUDiagnostic
-
-
Uses of SRUDiagnostic in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRUDiagnostic Modifier and Type Method Description SRUDiagnosticSRUSurrogateRecordData. getDiagnostic()Get the surrogate diagnostic.Methods in eu.clarin.sru.client with parameters of type SRUDiagnostic Modifier and Type Method Description voidSRUDefaultHandlerAdapter. onSurrogateRecord(String identifier, int position, SRUDiagnostic data)voidSRUSearchRetrieveHandler. onSurrogateRecord(String identifier, int position, SRUDiagnostic data)Receive notification of a surrogate record in the result set.Method parameters in eu.clarin.sru.client with type arguments of type SRUDiagnostic Modifier and Type Method Description voidSRUDefaultHandlerAdapter. onDiagnostics(List<SRUDiagnostic> diagnostics)voidSRUExplainHandler. onDiagnostics(List<SRUDiagnostic> diagnostics)Receive notification of diagnostics.voidSRUScanHandler. onDiagnostics(List<SRUDiagnostic> diagnostics)Receive notification of diagnostics.voidSRUSearchRetrieveHandler. onDiagnostics(List<SRUDiagnostic> diagnostics)Receive notification of diagnostics.
-