Uses of Class
org.javastro.ivoa.entities.resource.ssap.Query
Packages that use Query
-
Uses of Query in org.javastro.ivoa.entities.resource.ssap
Fields in org.javastro.ivoa.entities.resource.ssap declared as QueryModifier and TypeFieldDescriptionprotected QuerySimpleSpectralAccess.testQuerya set of query parameters that is expected to produce at least one matched record which can be used to test the service.Methods in org.javastro.ivoa.entities.resource.ssap that return QueryModifier and TypeMethodDescriptionObjectFactory.createQuery()Create an instance ofQuerySimpleSpectralAccess.getTestQuery()a set of query parameters that is expected to produce at least one matched record which can be used to test the service.Query.withQueryDataCmd(String value) Methods in org.javastro.ivoa.entities.resource.ssap with parameters of type QueryModifier and TypeMethodDescriptionvoidSimpleSpectralAccess.setTestQuery(Query value) Sets the value of the testQuery property.SimpleSpectralAccess.withTestQuery(Query value) Constructors in org.javastro.ivoa.entities.resource.ssap with parameters of type QueryModifierConstructorDescriptionSimpleSpectralAccess(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, ComplianceLevel complianceLevel, List<DataSource> dataSources, List<CreationType> creationTypes, List<SupportedFrame> supportedFrames, Double maxSearchRadius, BigInteger maxRecords, BigInteger defaultMaxRecords, Double maxAperture, BigInteger maxFileSize, Query testQuery) Fully-initialising value constructor