Package org.ivoa.dm.registry.tap
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
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.ivoa.dm.registry.voresource.Capability
Capability.CapabilityBuilder - 
Field Summary
Fields inherited from class org.ivoa.dm.registry.voresource.Capability
_id, description, interface_, standardID, validationLevel - 
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TAPCapRestrictionTAPCapRestriction(List<Validation> validationLevel, String description, List<Interface> interface_, String standardID) full parameter constructor.Copy Constructor. - 
Method Summary
Modifier and TypeMethodDescriptionabstract CapabilitycopyMe()make a clone of the object taking into account current polymorhic type.voidvoidupdateUsing(TAPCapRestriction other) Update this object with the content of the given object.Methods inherited from class org.ivoa.dm.registry.voresource.Capability
addToInterface, createCapability, delete, getDescription, getId, getInterface, getStandardID, getValidationLevel, removeFromInterface, replaceInInterface, setDescription, setInterface, setStandardID, setValidationLevel, updateUsing, withDescription, withStandardID, withValidationLevelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ivoa.vodml.jpa.JPAManipulationsForObjectType
delete, getId 
- 
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
Copy Constructor. Note that references will remain as is rather than be copied.- Parameters:
 other- the object to be copied.
 
 - 
 - 
Method Details
- 
copyMe
make a clone of the object taking into account current polymorhic type.- Overrides:
 copyMein classCapability- Returns:
 - the cloned object.
 
 - 
updateUsing
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:
 forceLoadin interfaceorg.ivoa.vodml.jpa.JPAManipulations- Overrides:
 forceLoadin classCapability
 
 -