Package com.google.enterprise.connector.notes.client

Examples of com.google.enterprise.connector.notes.client.NotesView.refresh()


      ns = ncs.createNotesSession();
      CheckTime = ns.createDateTime("1/1/1900");
      CheckTime.setNow();
      cdb = ns.getDatabase(ncs.getServer(), ncs.getDatabase());
      NotesView DatabaseView = cdb.getView(NCCONST.VIEWDATABASES);
      DatabaseView.refresh();
      LOGGER.logp(Level.FINE, CLASS_NAME, METHOD,
          "MaintenanceThread: Entries in database view: " +
          DatabaseView.getEntryCount());
     
      if (Strings.isNullOrEmpty(startdocid)) {
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.