Package org.openntf.domino

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


        } catch (Throwable t) {
          logDoc.replaceItemValue("ArchiveFlag",
              "WARNING: Xsp Properties in the application has a non-numeric value for xsp.openlog.expireDate, so cannot be set to auto-expire");
        }
      }
      logDoc.save(true);
      retval = true;
    } catch (Throwable t) {
      DominoUtils.handleException(t);
    }
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.