Uses of Class
org.molgenis.dataexplorer.negotiator.NegotiatorRequest
-
Packages that use NegotiatorRequest Package Description org.molgenis.dataexplorer.negotiator -
-
Uses of NegotiatorRequest in org.molgenis.dataexplorer.negotiator
Methods in org.molgenis.dataexplorer.negotiator that return NegotiatorRequest Modifier and Type Method Description static NegotiatorRequestNegotiatorRequest. create(String url, String entityId, String rsql, String humanReadable, String nToken)static NegotiatorRequestNegotiatorRequest. create(String url, String entityId, String biobankId, String rsql, String biobankRsql, String humanReadable, String nToken)Methods in org.molgenis.dataexplorer.negotiator with parameters of type NegotiatorRequest Modifier and Type Method Description StringNegotiatorController. exportToNegotiator(NegotiatorRequest request)Sends aNegotiatorQueryto the negotiator.ExportValidationResponseNegotiatorController. validateNegotiatorExport(NegotiatorRequest request)Validates aNegotiatorRequest.
-