Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



TOSAPI Signatures

Difference between version 22 and version 13:

Lines 1-2 were replaced by lines 1-2
- !! Current Query APIs using simple lookup
- * CConcept __getConcept__(String conceptGuid) throws java.rmi.RemoteException
+ !! Informational APIs (to get parameters for other queries)
+ * AAlgorithmMetaArray __getAlgorithmMetadata__() throws java.rmi.RemoteException
Line 4 was replaced by line 4
- * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws java.rmi.RemoteException
+ * StringArray __getAlgorithmNames__() throws java.rmi.RemoteException
Line 6 was replaced by line 6
- * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, String[] arrGuids, String[] arrRelTypes) throws java.rmi.RemoteException
+ * void __getAlgorithmDetails__(String algorithmName, StringHolder author, StringHolder description) throws java.rmi.RemoteException
Line 8 was replaced by line 8
- * findRelatedConceptGuids
+ * CAuthorityArray __getAuthorities__() throws java.rmi.RemoteException
Line 10 was replaced by line 10
- * CWeightedConcept[] __getBestConcept__(CTaxonName name, CAuthority auth) throws CTOSException
+ * StringArray __getAuthorityNames__() throws java.rmi.RemoteException
Line 12 was replaced by line 12
- * String[] __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException
+ * void __getAuthorityDetails__(String authorityName, StringHolder revision, StringHolder description, StringHolder termsOfUse) throws java.rmi.RemoteException
Line 14 was replaced by lines 14-15
- * CConcept[] __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException
+ !! Query APIs using simple lookup
+ * CConcept __getConcept__(String conceptGuid) throws java.rmi.RemoteException
Removed lines 18-19
- * String[] getSynonymousNames(String conceptGuid) throws java.rmi.RemoteException
-
Lines 22-23 were replaced by lines 21-25
- !! Current Query APIs using Algorithm Matching
- * CWeightedConcept[] __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException
+ * StringArray __getSynonymousNames__(String conceptGuid) throws java.rmi.RemoteException
+
+ * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws java.rmi.RemoteException
+
+ * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, StringHolderArray arrGuids, StringHolderArray arrRelTypes) throws java.rmi.RemoteException
Line 25 was replaced by lines 27-38
- !! Current Modification APIs
+ * void __getBestConcept__(String name, String authorityName, StringHolderArray arrGuids, FloatHolderArray arrScores) throws CTOSException
+
+ * StringArray __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException
+
+ * CConceptArray __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException
+
+ * StringArray __getHigherTaxonName__(String name, String targetRankCode, String authorityName) throws java.rmi.RemoteException
+
+ !! Query APIs using Algorithm Matching
+ * CWeightedConceptArray __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException
+
+ !! Modification APIs (may not be publicly/universally accessible)
Removed lines 30-33
- !! Informational APIs (to get parameters for other queries)
- * AAlgorithmMeta[] __getAlgorithmMetadata__() throws java.rmi.RemoteException
-
- * CAuthority[] __getAuthorities__() throws java.rmi.RemoteException
Removed line 35
- * String[] getAuthorityNames() throws java.rmi.RemoteException

Back to TOSAPI Signatures, or to the Page History.