Uses of Class
org.javastro.ivoa.entities.resource.registry.Registry
Packages that use Registry
-
Uses of Registry in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry that return RegistryModifier and TypeMethodDescriptionObjectFactory.createRegistry()Create an instance ofRegistryRegistry.withAltIdentifiers(String... values) Registry.withAltIdentifiers(Collection<String> values) Registry.withCapabilities(Collection<Capability> values) Registry.withCapabilities(Capability... values) Registry.withContent(Content value) Registry.withCreated(LocalDateTime value) Registry.withCuration(Curation value) Registry.withFull(boolean value) Registry.withIdentifier(String value) Registry.withManagedAuthorities(String... values) Registry.withManagedAuthorities(Collection<String> values) Registry.withRights(Collection<Rights> values) Registry.withRights(Rights... values) Registry.withShortName(String value) Registry.withStatus(String value) Registry.withUpdated(LocalDateTime value) Registry.withValidationLevels(Collection<Validation> values) Registry.withValidationLevels(Validation... values) Registry.withVersion(String value)