Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.gateway.GatewayImporter

Packages that use GatewayImporter
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
 

Uses of GatewayImporter in com.jivesoftware.forum.gateway
 

Classes in com.jivesoftware.forum.gateway that implement GatewayImporter
 class ImapImporter
          A gateway to import to a forum with the contents of an email account or a mailing list.
 class JavaMailImporter
          This class is an abstract JavaMail implementation of the Gateway interface.
 class MboxImporter
          A gateway for the import of messages from a Mbox file This gateway (and the provider underneath it) assumes that the Mbox is only being used by this gateway.
 class NewsgroupImporter
          A gateway for the import of messages from a newsgroup.
protected  class NewsgroupImporter.NNTPImporter
          An extension of the JavaMailGateway class
 class Pop3Importer
          A gateway to import to a forum with the contents of an email account or a mailing list.
 

Methods in com.jivesoftware.forum.gateway that return GatewayImporter
 GatewayImporter BaseGateway.getImporter()
          Returns the exporter for this gateway if settings.isImportEnabled is true and there is a possible importer for this gateway, else null will be returned.
 GatewayImporter Gateway.getImporter()
          Returns the the GatewayImporter object associated with this Gateway instance.
 

Methods in com.jivesoftware.forum.gateway with parameters of type GatewayImporter
protected  void BaseGateway.setImporter(GatewayImporter importer)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.