Package com.google.enterprise.connector.otex

Examples of com.google.enterprise.connector.otex.LivelinkDocumentList.nextDocument()


      throws RepositoryException
  {
    mgr.setBatchHint(1);    // we only want the first result...
    LivelinkDocumentList docList = (LivelinkDocumentList) mgr.startTraversal();
    if (docList != null)
      return docList.nextDocument();
    else
      return null;
  }

  private void processResultSet(LivelinkDocumentList docList)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.