Uses of Class
org.javastro.ivoa.entities.resource.Capability
Packages that use Capability
Package
Description
-
Uses of Capability in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected List<Capability>Service.capabilitiesA service can have many capabilities associated with it, each reflecting different aspects of the functionality it provides.Methods in org.javastro.ivoa.entities.resource that return CapabilityModifier and TypeMethodDescriptionObjectFactory.createCapability()Create an instance ofCapabilityCapability.withDescription(String value) Capability.withInterfaces(Collection<ServiceInterface> values) Capability.withInterfaces(ServiceInterface... values) Capability.withStandardID(String value) Capability.withValidationLevels(Collection<Validation> values) Capability.withValidationLevels(Validation... values) Methods in org.javastro.ivoa.entities.resource that return types with arguments of type CapabilityModifier and TypeMethodDescriptionService.getCapabilities()A service can have many capabilities associated with it, each reflecting different aspects of the functionality it provides.Methods in org.javastro.ivoa.entities.resource with parameters of type CapabilityMethod parameters in org.javastro.ivoa.entities.resource with type arguments of type Capability -
Uses of Capability in org.javastro.ivoa.entities.resource.cone
Subclasses of Capability in org.javastro.ivoa.entities.resource.coneModifier and TypeClassDescriptionclassThe capabilities of a Cone Search implementation.classSee vr:Capability for documentation on inherited children. -
Uses of Capability in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CapabilityModifier and TypeMethodDescriptionCatalogResource.withCapabilities(Capability... values) CatalogService.withCapabilities(Capability... values) DataResource.withCapabilities(Capability... values) DataService.withCapabilities(Capability... values) Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type CapabilityModifier and TypeMethodDescriptionCatalogResource.withCapabilities(Collection<Capability> values) CatalogService.withCapabilities(Collection<Capability> values) DataResource.withCapabilities(Collection<Capability> values) DataService.withCapabilities(Collection<Capability> values) -
Uses of Capability in org.javastro.ivoa.entities.resource.registry
Subclasses of Capability in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionclassThe capabilities of the Registry Harvest implementation.classSee vr:Capability for documentation on inherited children.classThe capabilities of the Registry Search implementation.Methods in org.javastro.ivoa.entities.resource.registry with parameters of type CapabilityMethod parameters in org.javastro.ivoa.entities.resource.registry with type arguments of type Capability -
Uses of Capability in org.javastro.ivoa.entities.resource.sia
Subclasses of Capability in org.javastro.ivoa.entities.resource.siaModifier and TypeClassDescriptionclassSee vr:Capability for documentation on inherited children.classEditor's Notes: * This is a prototype definition to illustrate how to extend the schema to a specific standard interface. -
Uses of Capability in org.javastro.ivoa.entities.resource.ssap
Subclasses of Capability in org.javastro.ivoa.entities.resource.ssapModifier and TypeClassDescriptionclassThe capabilities of an SSA service implementation. -
Uses of Capability in org.javastro.ivoa.entities.resource.tap
Subclasses of Capability in org.javastro.ivoa.entities.resource.tapModifier and TypeClassDescriptionclassThe capabilities attempt to define most issues that the TAP standard leaves to the implementors ("may", "should"). -
Uses of Capability in org.javastro.ivoa.entities.vosi.capabilities
Fields in org.javastro.ivoa.entities.vosi.capabilities with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected List<Capability>Capabilities.capabilitiesA protocol-specific capability is included by specifying a vr:Capability sub-type via an xsi:type attribute on this element.Methods in org.javastro.ivoa.entities.vosi.capabilities that return types with arguments of type CapabilityModifier and TypeMethodDescriptionCapabilities.getCapabilities()A protocol-specific capability is included by specifying a vr:Capability sub-type via an xsi:type attribute on this element.Methods in org.javastro.ivoa.entities.vosi.capabilities with parameters of type CapabilityMethod parameters in org.javastro.ivoa.entities.vosi.capabilities with type arguments of type CapabilityConstructor parameters in org.javastro.ivoa.entities.vosi.capabilities with type arguments of type CapabilityModifierConstructorDescriptionCapabilities(List<Capability> capabilities) Fully-initialising value constructor