Version: 1.1.1

Deprecated API


Contents
Deprecated Classes
org.biomoby.client.rdf.vocabulary.MobyResources
          Replaced by Predicates. The reason is that this class was redundant and ill conceived. From now on the BioMoby predicates, under the namespace moby, are located in Predicates.java. 
 

Deprecated Fields
org.biomoby.client.rdf.vocabulary.MobyResources.Collection
          Replaced by Predicates.Collection. The reason is that this property should not be under a different RDF document URI 
org.biomoby.client.rdf.vocabulary.MobyResources.CollectionArticle
          Replaced by Predicates.articleName. The reason is that this property is never utilized and is redundant. 
org.biomoby.client.rdf.vocabulary.MobyResources.SecondaryArticle
          Replaced by Predicates.Secondary. The reason is that this property should not be under a different RDF document URI 
org.biomoby.client.rdf.vocabulary.MobyResources.SimpleArticle
          Replaced by Predicates.Simple. The reason is that this property should not be under a different RDF document URI 
 

Deprecated Methods
org.biomoby.registry.Central.RegistryImpl.deregisterService(String)
            
org.biomoby.registry.Central.Registry.deregisterService(String)
            
org.biomoby.client.CentralImpl.getNamespaces()
          Replaced by CentralImpl.getFullNamespaces() that gives more information for the same price.

 

org.biomoby.shared.Central.getNamespaces()
          Replaced by Central.getFullNamespaces() that gives more information for the same price.

 

org.biomoby.shared.MobyException.getOriginalException()
          Use instead getCause() directly. 
org.biomoby.shared.MobyResourceRef.getResourceContentType()
          Biomoby registry never gives the content type back. Therefore, this method does not have anything reasonable to return. 
org.biomoby.client.CentralImpl.getServiceNames()
          Replaced by CentralImpl.getServiceNamesByAuthority(). The reason is that this method returns a random result if there are more services with the same name but belonging to different authorities.

 

org.biomoby.shared.Central.getServiceNames()
          Replaced by Central.getServiceNamesByAuthority(). The reason is that this method returns a random result if there are more services with the same name but belonging to different authorities.

 

org.biomoby.shared.MobySecondaryData.setMaximumValue(int)
          Use MobySecondaryData.setMaxValue(java.lang.String) instead. 
org.biomoby.shared.MobySecondaryData.setMinimumValue(int)
          Use MobySecondaryData.setMinValue(java.lang.String) instead. 
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010