Class TAPCapRestriction

java.lang.Object
org.ivoa.dm.registry.voresource.Capability
org.ivoa.dm.registry.tap.TAPCapRestriction
All Implemented Interfaces:
org.ivoa.vodml.jpa.JPAManipulations, org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
Direct Known Subclasses:
TableAccess

@Entity @VoDml(id="TAPRegExt:TAPCapRestriction", role=objectType) public abstract class TAPCapRestriction extends Capability implements org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
An abstract capability that fixes the standardID to the IVOA ID for the TAP standard. See VOResource:Capability for documentation on inherited children. objectType: TAPCapRestriction
  • Constructor Details

    • TAPCapRestriction

      public TAPCapRestriction()
      Creates a new TAPCapRestriction
    • TAPCapRestriction

      public TAPCapRestriction(List<Validation> validationLevel, String description, List<Interface> interface_, String standardID)
      full parameter constructor.
      Parameters:
      validationLevel - A numeric grade describing the quality of the capability description and interface, when applicable, to be used to indicate the confidence an end-user can put in the resource as part of a VO application or research study. See VOResource:ValidationLevel for an explanation of the allowed levels.
      description - A human-readable description of what this capability provides as part of the over-all service Use of this optional element is especially encouraged when this capability is non-standard and is one of several capabilities listed.
      interface_ - a description of how to call the service to access this capability Since the Interface type is abstract, one must describe the interface using a subclass of Interface, denoting it via xsi:type. Multiple occurences can describe different interfaces to the logically same capability, i.e. data or functionality. That is, the inputs accepted and the output provides should be logically the same. For example, a WebBrowser interface given in addition to a WebService interface would simply provide an interactive, human-targeted interface to the underlying WebService interface.
      standardID - A URI identifier for a standard service. This provides a unique way to refer to a service specification standard, such as a Simple Image Access service. The use of an IVOA identifier here implies that a VOResource description of the standard is registered and accessible.
    • TAPCapRestriction

      public TAPCapRestriction(TAPCapRestriction other)
      Copy Constructor. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
  • Method Details

    • copyMe

      public abstract Capability copyMe()
      make a clone of the object taking into account current polymorhic type.
      Overrides:
      copyMe in class Capability
      Returns:
      the cloned object.
    • updateUsing

      public void updateUsing(TAPCapRestriction other)
      Update this object with the content of the given object. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
    • forceLoad

      public void forceLoad()
      Specified by:
      forceLoad in interface org.ivoa.vodml.jpa.JPAManipulations
      Overrides:
      forceLoad in class Capability