Package org.openntf.domino

Examples of org.openntf.domino.Session.resolve()


      // Use session.resolve to not run afoul of same-named views
      Database database = getDatabase();
      Session session = getAncestorSession();
      String databaseUrl = database.getURL();
      String url = databaseUrl.substring(0, databaseUrl.length() - "?OpenDatabase".length()) + "/" + viewId + "?OpenView";
      return (View) session.resolve(url);

    }
    return null;
  }
}
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.