Uses of Class
org.javastro.ivoa.entities.regtap.Resource
Packages that use Resource
-
Uses of Resource in org.javastro.ivoa.entities.regtap
Fields in org.javastro.ivoa.entities.regtap with type parameters of type ResourceMethods in org.javastro.ivoa.entities.regtap that return ResourceModifier and TypeMethodDescriptionResourceJpaController.findResource(String id) AltIdentifier.getResource()Capability.getResource()Date.getResource()Relationship.getResource()ResDetail.getResource()ResRole.getResource()ResSchema.getResource()ResTable.getResource()Subject.getResource()Validation.getResource()Methods in org.javastro.ivoa.entities.regtap that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceJpaController.findResourceEntities()ResourceJpaController.findResourceEntities(int maxResults, int firstResult) Methods in org.javastro.ivoa.entities.regtap with parameters of type ResourceModifier and TypeMethodDescriptionvoidAltIdentifier.addToResource(Resource resource) voidCapability.addToResource(Resource resource) voidRelationship.addToResource(Resource resource) voidResDetail.addToResource(Resource resource) voidResRole.addToResource(Resource resource) voidResSchema.addToResource(Resource resource) voidSubject.addToResource(Resource resource) voidValidation.addToResource(Resource resource) voidvoidvoidDate.setResource(Resource resource) Constructors in org.javastro.ivoa.entities.regtap with parameters of type ResourceModifierConstructorDescriptionInterface(Resource vr, Capability cap, short s, String urlUse, String accessUrl)