Uses of Interface
org.semanticdesktop.aperture.accessor.DataObject

Packages that use DataObject
org.semanticdesktop.aperture.accessor   
org.semanticdesktop.aperture.accessor.base   
org.semanticdesktop.aperture.accessor.file   
org.semanticdesktop.aperture.accessor.http   
org.semanticdesktop.aperture.crawler   
org.semanticdesktop.aperture.crawler.base   
org.semanticdesktop.aperture.crawler.ical   
org.semanticdesktop.aperture.crawler.mail   
org.semanticdesktop.aperture.crawler.mail.base   
org.semanticdesktop.aperture.outlook Microsoft Outlook Crawler This package holds a crawler for Microsoft Outlook. 
org.semanticdesktop.aperture.subcrawler   
org.semanticdesktop.aperture.subcrawler.base   
org.semanticdesktop.aperture.subcrawler.mime   
org.semanticdesktop.aperture.websites.bibsonomy   
 

Uses of DataObject in org.semanticdesktop.aperture.accessor
 

Subinterfaces of DataObject in org.semanticdesktop.aperture.accessor
 interface FileDataObject
          A general interface for DataObjects that have File-like semantics.
 interface FolderDataObject
          A FolderDataObject holds the metadata of a single folder.
 

Methods in org.semanticdesktop.aperture.accessor that return DataObject
 DataObject DataAccessor.getDataObject(String url, DataSource source, Map params, RDFContainerFactory containerFactory)
          Get a DataObject for the specified url.
 DataObject DataAccessor.getDataObjectIfModified(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory)
          Get a DataObject for the specified url.
 

Uses of DataObject in org.semanticdesktop.aperture.accessor.base
 

Classes in org.semanticdesktop.aperture.accessor.base that implement DataObject
 class DataObjectBase
          A trivial default implementation of DataObject.
 class FileDataObjectBase
          A trivial default implementation of FileDataObject.
 class FolderDataObjectBase
          A trivial default implementation of FolderDataObject.
 

Methods in org.semanticdesktop.aperture.accessor.base that return DataObject
 DataObject DataObjectBase.getWrappedDataObject()
           
 

Methods in org.semanticdesktop.aperture.accessor.base with parameters of type DataObject
 void DataObjectBase.setWrappedDataObject(DataObject wrappedDataObject)
           
 

Uses of DataObject in org.semanticdesktop.aperture.accessor.file
 

Methods in org.semanticdesktop.aperture.accessor.file that return DataObject
 DataObject FileAccessor.getDataObject(String url, DataSource source, Map params, RDFContainerFactory containerFactory)
          Return a DataObject for the specified url.
 DataObject FileAccessor.getDataObjectIfModified(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory)
          Return a DataObject for the specified url.
 

Uses of DataObject in org.semanticdesktop.aperture.accessor.http
 

Methods in org.semanticdesktop.aperture.accessor.http that return DataObject
 DataObject HttpAccessor.getDataObject(String url, DataSource source, Map params, RDFContainerFactory containerFactory)
           
 DataObject HttpAccessor.getDataObjectIfModified(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory)
           
 

Uses of DataObject in org.semanticdesktop.aperture.crawler
 

Methods in org.semanticdesktop.aperture.crawler with parameters of type DataObject
 void CrawlerHandler.objectChanged(Crawler crawler, DataObject object)
          Notification that the Crawler has found a changed resource in the domain it is crawling.
 void CrawlerHandler.objectNew(Crawler crawler, DataObject object)
          Notification that the Crawler has found a new resource in the domain it is crawling.
 void Crawler.runSubCrawler(SubCrawler subCrawler, DataObject object, InputStream stream, Charset charset, String mimeType)
          Runs the given SubCrawler on the given stream.
 

Uses of DataObject in org.semanticdesktop.aperture.crawler.base
 

Methods in org.semanticdesktop.aperture.crawler.base with parameters of type DataObject
 void CrawlerHandlerBase.objectChanged(Crawler crawler, DataObject object)
          This method implementation only disposes the data object and does nothing more.
 void CrawlerHandlerBase.objectNew(Crawler crawler, DataObject object)
          This method implementation only disposes the data object and does nothing more.
protected  void CrawlerHandlerBase.processBinary(Crawler crawler, DataObject dataObject)
          Default and reference implementation of the handling of objects found in the crawling process: Identify the mime-type, invoke Extractors.
protected  void CrawlerBase.reportModifiedDataObject(DataObject object)
           
protected  void CrawlerBase.reportNewDataObject(DataObject object)
           
 void CrawlerBase.runSubCrawler(SubCrawler localSubCrawler, DataObject object, InputStream stream, Charset charset, String mimeType)
           
 

Uses of DataObject in org.semanticdesktop.aperture.crawler.ical
 

Methods in org.semanticdesktop.aperture.crawler.ical that return DataObject
 DataObject IcalCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 

Methods in org.semanticdesktop.aperture.crawler.ical with parameters of type DataObject
protected  void IcalCrawler.reportModifiedDataObject(DataObject object)
           
protected  void IcalCrawler.reportNewDataObject(DataObject object)
           
 

Uses of DataObject in org.semanticdesktop.aperture.crawler.mail
 

Subinterfaces of DataObject in org.semanticdesktop.aperture.crawler.mail
 interface MessageDataObject
          A general interface for DataObjects that encapsulate an instance of a javax.mail.internet.MimeMessage
 

Methods in org.semanticdesktop.aperture.crawler.mail that return DataObject
 DataObject AbstractJavaMailCrawler.getDataObject(String url, DataSource dataSource, Map params, RDFContainerFactory containerFactory)
           
 DataObject AbstractJavaMailCrawler.getDataObjectIfModified(String url, DataSource dataSource, AccessData newAccessData, Map params, RDFContainerFactory containerFactory)
           
 DataObject DataObjectFactory.getObject()
          Returns a DataObject representing a single message.
 DataObject DataObjectFactory.getObject(String url)
          Returns a data object with the given url, the data object will be removed from the list of data objects to remove.
 DataObject DataObjectFactory.getObjectAndDisposeAllOtherObjects(String url)
          Returns a data object with the given url chosen from the set of objects created from the MimeMessage instance passed to the constructor of this DataObjectFactory.
 

Methods in org.semanticdesktop.aperture.crawler.mail that return types with arguments of type DataObject
 Map<URI,DataObject> DataObjectFactory.getAllDataObjects()
          Returns a map containing all data objects, indexed by their URIs (from getID()
 Map<URI,DataObject> AbstractJavaMailCrawler.getAllRelatedDataObjects(String url, DataSource dataSource, Map params, RDFContainerFactory containerFactory)
           
 

Methods in org.semanticdesktop.aperture.crawler.mail with parameters of type DataObject
protected  void AbstractJavaMailCrawler.applySpecificProcessing(DataObject object)
          This method can be overridden by subclasses wishing to perform some specific processing on the data objects reported as new or modified, before they are passed to the CrawlerHandler
static URI MailUtil.getParent(DataObject object)
           Returns the URI of the object's parent in the containment hierachy.
static void MailUtil.registerParentRelationshipInAccessData(DataObject object, AccessData accessData)
           Stores in the AccessData the fact that the given object has a parent.
 

Uses of DataObject in org.semanticdesktop.aperture.crawler.mail.base
 

Classes in org.semanticdesktop.aperture.crawler.mail.base that implement DataObject
 class MessageDataObjectBase
           A trivial default implementation of a MessageDataObject.
 

Uses of DataObject in org.semanticdesktop.aperture.outlook
 

Methods in org.semanticdesktop.aperture.outlook that return DataObject
 DataObject OutlookAccessor.getDataObject(String url, DataSource source, Map params, RDFContainerFactory containerFactory)
           
 DataObject OutlookResource.getDataObjectIfModified(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory)
           
 DataObject OutlookAccessor.getDataObjectIfModified(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory)
           
 DataObject OutlookAccessor.getDataObjectIfModifiedOutlook(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory, OutlookResource resource, OutlookResource parent)
           
 

Uses of DataObject in org.semanticdesktop.aperture.subcrawler
 

Methods in org.semanticdesktop.aperture.subcrawler that return DataObject
static DataObject SubCrawlerUtil.getDataObject(URI uri, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory containerFactory, SubCrawlerRegistry registry)
           Tries to access a DataObject that is hidden in a stream.
 DataObject SubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
          Get a DataObject from the specified stream with the given path.
static DataObject SubCrawlerUtil.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory, String prefix, SubCrawler sc)
           
 

Methods in org.semanticdesktop.aperture.subcrawler with parameters of type DataObject
 void SubCrawlerHandler.objectChanged(DataObject object)
          Notification that the Crawler has found a changed resource in the domain it is crawling.
 void SubCrawlerHandler.objectNew(DataObject object)
          Notification that the Crawler has found a new resource in the domain it is crawling.
 

Uses of DataObject in org.semanticdesktop.aperture.subcrawler.base
 

Methods in org.semanticdesktop.aperture.subcrawler.base that return DataObject
 DataObject AbstractArchiverSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 DataObject AbstractSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 

Uses of DataObject in org.semanticdesktop.aperture.subcrawler.mime
 

Methods in org.semanticdesktop.aperture.subcrawler.mime that return DataObject
 DataObject MimeSubCrawler.getDataObject(URI parentUri, String path, InputStream stream, DataSource dataSource, Charset charset, String mimeType, RDFContainerFactory factory)
           
 

Uses of DataObject in org.semanticdesktop.aperture.websites.bibsonomy
 

Methods in org.semanticdesktop.aperture.websites.bibsonomy that return DataObject
static DataObject BibsonomyCrawler.convertBibtexEntryToDataObject(RDFContainer cont, org.bibsonomy.model.Post<? extends org.bibsonomy.model.Resource> post, org.bibsonomy.model.BibTex res)
          Converts the bibtex entry to a data object.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.