Changes between Version 17 and Version 18 of ApertureDataSource


Ignore:
Timestamp:
10/12/05 15:43:29 (19 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataSource

    v17 v18  
    1111  */ 
    1212public interface DataSource { 
     13 
     14        /** 
     15         * Method added from Gnowsis 
     16         * 
     17         * The Aduna Interface identifies DataSources by ID and Name. 
     18         * Gnowsis uses Uris  
     19         * 
     20         * return the uri identifying this datasource inside gnowsis. 
     21         * The uri is usually the uri of the resource in the DSConfig. 
     22         * The uri is unique inside one gnowsis installation. 
     23         * @return the uri of this datasource 
     24         */ 
     25         public String getUri(); 
    1326 
    1427        /**