Uses of Class
project.biota.util.ResourceObject

Packages that use ResourceObject
project.biota.biotaInterface Provides the classes necessary to communicate with the Biota resources. 
project.biota.util Provides the utility classes used across this provider. 
 

Uses of ResourceObject in project.biota.biotaInterface
 

Fields in project.biota.biotaInterface declared as ResourceObject
protected  ResourceObject BiotaRequestHandler.rscObject
          An object that holds all the information for the requested resource.
 

Methods in project.biota.biotaInterface with parameters of type ResourceObject
protected  void BiotaWebRequestHandler.updateResourceMetadata(ResourceObject rscObj)
          Updates the metadata for the resource specified by the ResourceObject object.
protected  void BiotaServerRequestHandler.updateResourceMetadata(ResourceObject rscObj)
          Updates the metadata for the resource specified by the ResourceObject object.
protected abstract  void BiotaRequestHandler.updateResourceMetadata(ResourceObject rscObj)
          Updates the metadata for the resource specified by the ResourceObject object.
protected  void BiotaDefaultHandler.updateResourceMetadata(ResourceObject rscObj)
          Does nothing.
 

Uses of ResourceObject in project.biota.util
 

Methods in project.biota.util that return ResourceObject
static ResourceObject BiotaUtils.getResourceObject(String rscName)
          Gets the ResourceObject object for the resource specified by rscName.
 



Copyright © 2004 University of Massachusetts at Boston. All Rights Reserved.