project.biota.biotaInterface
Class BiotaMetadataHandler
java.lang.Object
project.biota.biotaInterface.BiotaMetadataHandler
- public class BiotaMetadataHandler
- extends Object
BiotaMetadataHandler handles DiGIR metadata requests for this Biota
DiGIR provider.
- Author:
- Kimmy Lin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
updateMetadata
public static void updateMetadata(DiGIRRequestParser requestParser)
- Attemps to update the information for each resource available in this provider.
It loops through all the resources and calls the
BiotaRequestHandler.updateResourceMetadata()
method on the resource's
corresponding request handler.
- Parameters:
requestParser
- the DiGIRRequestParser that parses the DiGIR request- See Also:
BiotaRequestHandler.updateResourceMetadata(ResourceObject)
Copyright © 2004 University of Massachusetts at Boston. All Rights Reserved.