Changes between Version 6 and Version 7 of ApertureDataObject


Ignore:
Timestamp:
10/17/05 23:19:21 (19 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataObject

    v6 v7  
    1818 * returned by getContent() and 
    1919 * the RDF metadata returned by getMetadata() are important. 
     20 * In structured data sources that are not file-based, the getContent() method 
     21 * will return null, and all structured data of the object are represented 
     22 * in the getMetadata object. 
    2023 *  
    2124 */ 
     
    8689         */ 
    8790        public RDFMap getMetadata(); 
     91 
     92        /** 
     93         * what is the mime-type of the content, if there is content? 
     94         */ 
     95        public String getMimeType(); 
    8896} 
    8997}}}