Uses of Class
org.javastro.ivoa.entities.resource.Service
Packages that use Service
Package
Description
-
Uses of Service in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return ServiceModifier and TypeMethodDescriptionObjectFactory.createService()Create an instance ofServiceService.withAltIdentifiers(String... values) Service.withAltIdentifiers(Collection<String> values) Service.withCapabilities(Collection<Capability> values) Service.withCapabilities(Capability... values) Service.withContent(Content value) Service.withCreated(LocalDateTime value) Service.withCuration(Curation value) Service.withIdentifier(String value) Service.withRights(Collection<Rights> values) Service.withRights(Rights... values) Service.withShortName(String value) Service.withStatus(String value) Service.withUpdated(LocalDateTime value) Service.withValidationLevels(Collection<Validation> values) Service.withValidationLevels(Validation... values) Service.withVersion(String value) -
Uses of Service in org.javastro.ivoa.entities.resource.dataservice
Subclasses of Service in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionclassWhile this includes classical astronomical catalogues, this resource is also appropriate for collections of observations or simulation results provided their metadata are available in a sufficiently structured form (e.g., Obscore, SSAP, etc).classThis is the appropriate resource type for normal VO services, e.g., TAP, SSAP, SIAP, ConeSearch.classThis resource type should only be used if the resource has no common underlying tabular schema (e.g., an inhomogeneous archive).classThis resource type should only be used if the service has no common underlying tabular schema (e.g., a storage service) or if it is not explicitly accessible (e.g., an ftp server with images). -
Uses of Service in org.javastro.ivoa.entities.resource.registry
Subclasses of Service in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionclassA registry is considered a publishing registry if it contains a capability element with xsi:type="vg:Harvest".