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

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

Uses of OutlookCrawler in org.semanticdesktop.aperture.outlook
 

Methods in org.semanticdesktop.aperture.outlook that return OutlookCrawler
 OutlookCrawler OutlookResource.getOLCrawler()
          get the crawler that hosts this resource
 

Methods in org.semanticdesktop.aperture.outlook with parameters of type OutlookCrawler
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
static OutlookResource.Folder OutlookResource.createWrapperForFolder(OutlookCrawler crawler, com.jacob.com.Dispatch folder)
          Factory method to create Wrappers for Folder Dispatchs. this looks at the passed Dispatch and sees what type it is and creates an according OLFolder or other resource
static OutlookResource.Folder OutlookResource.createWrapperForFolder(OutlookCrawler crawler, String itemId, String expectedItemType, Logger logger)
          Factory method to create Wrappers for Folder Dispatchs. this looks at the passed Dispatch and sees what type it is and creates an according OLFolder or other resource
 

Constructors in org.semanticdesktop.aperture.outlook with parameters of type OutlookCrawler
OutlookResource.Appointment(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.Calendar(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.Contact(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.DistList(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.Document(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.Folder(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.Folder(OutlookCrawler crawler, com.jacob.com.Dispatch resource, String itemtype)
           
OutlookResource.Folder(OutlookCrawler crawler, String uri, com.jacob.com.Dispatch resource, String itemType)
           
OutlookResource.Mail(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.Note(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource.OutlookResourceSave(OutlookCrawler crawler, com.jacob.com.Dispatch resource, String itemtype)
           
OutlookResource.OutlookResourceSave(OutlookCrawler crawler, String url, com.jacob.com.Dispatch resource, String itemtype)
           
OutlookResource.RootFolder(OutlookCrawler crawler)
           
OutlookResource.Task(OutlookCrawler crawler, com.jacob.com.Dispatch resource)
           
OutlookResource(OutlookCrawler crawler, com.jacob.com.Dispatch resource, String itemType)
          Special constructor for subclasses for a little convenience. argh, in Delphi i would have done this even easier.
OutlookResource(OutlookCrawler crawler, String uri, com.jacob.com.Dispatch resource, String itemType)
          Normal constructor with url and resource.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.