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

Packages that use RDFContainerFactory
org.semanticdesktop.aperture.accessor   
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.imap   
org.semanticdesktop.aperture.crawler.mail   
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   
 

Uses of RDFContainerFactory in org.semanticdesktop.aperture.accessor
 

Methods in org.semanticdesktop.aperture.accessor with parameters of type RDFContainerFactory
 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 RDFContainerFactory in org.semanticdesktop.aperture.accessor.file
 

Methods in org.semanticdesktop.aperture.accessor.file with parameters of type RDFContainerFactory
 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 RDFContainerFactory in org.semanticdesktop.aperture.accessor.http
 

Methods in org.semanticdesktop.aperture.accessor.http with parameters of type RDFContainerFactory
 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 RDFContainerFactory in org.semanticdesktop.aperture.crawler
 

Methods in org.semanticdesktop.aperture.crawler that return RDFContainerFactory
 RDFContainerFactory CrawlerHandler.getRDFContainerFactory(Crawler crawler, String url)
          Returns a RDFContainerFactory that will be used to provide RDFContainers that will hold a DataObject's metadata.
 

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

Methods in org.semanticdesktop.aperture.crawler.base that return RDFContainerFactory
 RDFContainerFactory CrawlerHandlerBase.getRDFContainerFactory(Crawler crawler, String url)
          Returns an rdf container factory.
protected  RDFContainerFactory CrawlerBase.getRDFContainerFactory(String url)
           
 

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

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

Uses of RDFContainerFactory in org.semanticdesktop.aperture.crawler.imap
 

Methods in org.semanticdesktop.aperture.crawler.imap with parameters of type RDFContainerFactory
protected  Object ImapCrawler.getDataObjectOrAllObjects(String url, DataSource dataSource, AccessData newAccessData, Map params, RDFContainerFactory containerFactory, boolean all)
           
 

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

Methods in org.semanticdesktop.aperture.crawler.mail with parameters of type RDFContainerFactory
 Map<URI,DataObject> AbstractJavaMailCrawler.getAllRelatedDataObjects(String url, DataSource dataSource, Map params, RDFContainerFactory containerFactory)
           
protected  FolderDataObject AbstractJavaMailCrawler.getCurrentFolderObject(DataSource dataSource, AccessData newAccessData, RDFContainerFactory containerFactory)
          Returns a DataObject for the current JavaMail folder.
 DataObject AbstractJavaMailCrawler.getDataObject(String url, DataSource dataSource, Map params, RDFContainerFactory containerFactory)
           
protected  Object AbstractJavaMailCrawler.getDataObjectByMessageURI(String url, DataSource dataSource, RDFContainerFactory containerFactory, javax.mail.Folder folder, boolean all)
           
 DataObject AbstractJavaMailCrawler.getDataObjectIfModified(String url, DataSource dataSource, AccessData newAccessData, Map params, RDFContainerFactory containerFactory)
           
protected  Object AbstractJavaMailCrawler.getDataObjectOrAllObjects(String url, DataSource dataSource, AccessData newAccessData, Map params, RDFContainerFactory containerFactory, boolean all)
           
 

Constructors in org.semanticdesktop.aperture.crawler.mail with parameters of type RDFContainerFactory
DataObjectFactory(javax.mail.internet.MimeMessage message, RDFContainerFactory containerFactory, DataObjectFactory.PartStreamFactory streamFactory, DataSource dataSource, URI messageUri, URI folderUri)
          A simplified constructor that implies the default part uri delimiter
DataObjectFactory(javax.mail.internet.MimeMessage message, RDFContainerFactory containerFactory, DataObjectFactory.PartStreamFactory streamFactory, DataSource dataSource, URI messageUri, URI folderUri, String partUriDelimiter)
          A little simplified constructor that implies the attachment uri prefix to be the same as the message URI.
DataObjectFactory(javax.mail.internet.MimeMessage message, RDFContainerFactory containerFactory, DataObjectFactory.PartStreamFactory streamFactory, DataSource dataSource, URI messageUri, URI folderUri, String partUriDelimiter, String attachmentUriPrefix)
          Constructs a data object factory for the given message
 

Uses of RDFContainerFactory in org.semanticdesktop.aperture.outlook
 

Methods in org.semanticdesktop.aperture.outlook with parameters of type RDFContainerFactory
 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 RDFContainerFactory in org.semanticdesktop.aperture.subcrawler
 

Methods in org.semanticdesktop.aperture.subcrawler that return RDFContainerFactory
 RDFContainerFactory SubCrawlerHandler.getRDFContainerFactory(String url)
          Returns an RDFContainerFactory that will be used to provide RDFContainers that will hold a DataObject's metadata.
 

Methods in org.semanticdesktop.aperture.subcrawler with parameters of type RDFContainerFactory
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)
           
 

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

Methods in org.semanticdesktop.aperture.subcrawler.base with parameters of type RDFContainerFactory
 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 RDFContainerFactory in org.semanticdesktop.aperture.subcrawler.mime
 

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



Copyright © 2010 Aperture Development Team. All Rights Reserved.