Package org.openntf.domino

Examples of org.openntf.domino.Document.containsKey()


      }
    }
    sb.append(Integer.toString(count) + " documents contained a value 'Aurora'");
    sb.append("..............");
    Document testDoc = contacts.getFirstDocument();
    if (testDoc.containsKey("Form")) {
      sb.append("First doc contains key Form");
    } else {
      sb.append("First doc does not contain key Form");
    }
    ExtLibUtil.getViewScope().put("javaTest", sb.toString());
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.