Package org.openntf.domino

Examples of org.openntf.domino.NoteCollection.buildCollection()


  protected NoteCollection getNoteCollection(final String selectionFormula, final Set<SelectOption> options) {
    NoteCollection notes = database_.createNoteCollection(false);
    notes.setSelectOptions(options);
    notes.setSelectionFormula(selectionFormula);
    notes.buildCollection();
    return notes;
  }

  /*
   * (non-Javadoc)
 
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.