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 13 and version 12:

Removed lines 1-3
- !! Disclaimer
- These APIs will change slightly by early Dec 2004 - do not code directly to them now! I will add a link to the code documentation for complete object descriptions at that time. For the time being, look at the TCS.
-
Line 5 was replaced by line 2
- * CConcept __getConcept__(String conceptGuid) throws CTOSException
+ * CConcept __getConcept__(String conceptGuid) throws java.rmi.RemoteException
Line 7 was replaced by line 4
- * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws CTOSException
+ * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws java.rmi.RemoteException
Line 9 was replaced by line 6
- * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, String[] arrGuids, String[] arrRelTypes) throws CTOSException
+ * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, String[] arrGuids, String[] arrRelTypes) throws java.rmi.RemoteException
Line 15 was replaced by line 12
- * String[] __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws CTOSException
+ * String[] __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException
Line 17 was replaced by line 14
- * CConcept[] __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws CTOSException
+ * CConcept[] __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException
Line 19 was replaced by line 16
- * CTaxonName __getName__(String nameGuid) throws CTOSException
+ * CTaxonName __getName__(String nameGuid) throws java.rmi.RemoteException
Line 21 was replaced by line 18
- * String[] getSynonymousNames(String conceptGuid) throws CTOSException
+ * String[] getSynonymousNames(String conceptGuid) throws java.rmi.RemoteException
Line 23 was replaced by line 20
- * CSpecimen __getSpecimen__(String specimenGuid) throws CTOSException
+ * CSpecimen __getSpecimen__(String specimenGuid) throws java.rmi.RemoteException
Line 26 was replaced by line 23
- * CWeightedConcept[] __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws CTOSException
+ * CWeightedConcept[] __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException
Lines 29-31 were replaced by line 26
- * String __addConcept__(CConcept concept) throws CTOSException
-
- * String __addRelationship__(String fromGuid, String toGuid, String relationshipType, CAccordingTo accTo) throws CTOSException
+ * String __addConcept__(CConcept concept) throws java.rmi.RemoteException
Line 33 was replaced by line 28
- * CConceptIDPair[] __enterProviderData__(String sTESPath, int iHierarchyID) throws CTOSException, SQLException, CParserException
+ * String __addRelationship__(String fromGuid, String toGuid, String relationshipType, CAccordingTo accTo) throws java.rmi.RemoteException
Line 36 was replaced by lines 31-33
- * AAlgorithmMeta[] __getAlgorithmMetadata__() throws CTOSException
+ * AAlgorithmMeta[] __getAlgorithmMetadata__() throws java.rmi.RemoteException
+
+ * CAuthority[] __getAuthorities__() throws java.rmi.RemoteException
Line 38 was replaced by line 35
- * CAuthority[] __getAuthorities__() throws CTOSException
+ * String[] getAuthorityNames() throws java.rmi.RemoteException

Back to TOSAPI Signatures, or to the Page History.