Uses of Class
org.semanticdesktop.aperture.outlook.OutlookResource

Packages that use OutlookResource
org.semanticdesktop.aperture.outlook Microsoft Outlook Crawler This package holds a crawler for Microsoft Outlook. 
 

Uses of OutlookResource in org.semanticdesktop.aperture.outlook
 

Subclasses of OutlookResource in org.semanticdesktop.aperture.outlook
static class OutlookResource.Appointment
           Copyright: Copyright (c) 2003 Organisation: Gnowsis.com
static class OutlookResource.Calendar
          wraps an outlook calendar folder as vcalendar - leap of faith to do this.
static class OutlookResource.Contact
           
static class OutlookResource.DistList
           
static class OutlookResource.Document
           
static class OutlookResource.Folder
           
static class OutlookResource.Mail
           
static class OutlookResource.Note
           
static class OutlookResource.OutlookResourceSave
          a OutlookResource that has a "save" object from redemption.
static class OutlookResource.RootFolder
           
static class OutlookResource.Task
           
 

Methods in org.semanticdesktop.aperture.outlook that return OutlookResource
static OutlookResource OutlookResource.createWrapperFor(OutlookCrawler crawler, com.jacob.com.Dispatch resource, Logger logger)
          Factory method to create Wrappers. this looks at the passed Dispatch and sees what type it is and creates an according OutlookResource subclass
static OutlookResource OutlookResource.createWrapperFor(OutlookCrawler crawler, String uri, Logger logger)
          create a outlook resource wrapper for a uri Parse the uri and return the resource wrapper or null, if uri points to nowhere This interface is primarily used to get the objects from the Jena/RDF side of the world
 

Methods in org.semanticdesktop.aperture.outlook with parameters of type OutlookResource
protected  void OutlookResource.addRecipientsIfNotNull(RDFContainer rdf, com.jacob.com.Dispatch resource, String dispName, OutlookResource parentResource)
          Add the recipients of an e-mail or an appointment
 DataObject OutlookAccessor.getDataObjectIfModifiedOutlook(String url, DataSource source, AccessData accessData, Map params, RDFContainerFactory containerFactory, OutlookResource resource, OutlookResource parent)
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.