com.raritantechnologies.google.connector
Class GoogleTraversalManager

java.lang.Object
  extended bycom.raritantechnologies.google.connector.GoogleTraversalManager

public class GoogleTraversalManager
extends java.lang.Object


Constructor Summary
GoogleTraversalManager(ICollectionGateway collGateway)
           
 
Method Summary
 ICollectionGateway getCollectionGateway()
           
 DocumentList resumeTraversal(java.lang.String checkPoint)
           
 void setBatchHint(int batchHint)
           
 DocumentList startTraversal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleTraversalManager

public GoogleTraversalManager(ICollectionGateway collGateway)
Method Detail

startTraversal

public DocumentList startTraversal()
                            throws RepositoryException
Throws:
RepositoryException

resumeTraversal

public DocumentList resumeTraversal(java.lang.String checkPoint)
                             throws RepositoryException
Throws:
RepositoryException

setBatchHint

public void setBatchHint(int batchHint)
                  throws RepositoryException
Throws:
RepositoryException

getCollectionGateway

public ICollectionGateway getCollectionGateway()