Examples of AgreementRobotSettings


Examples of ca.carleton.gcrc.couch.user.agreement.AgreementRobotSettings

      throw new ServletException("Error while updating security document on _users database",e);
    }
   
    // Start agreement robot
    try {
      AgreementRobotSettings settings = new AgreementRobotSettings();
      settings.setAtlasName(atlasName);
      settings.setDocumentDesignDocument(documentDb.getDesignDocument("atlas"));
      settings.setUserDb(userDb);
     
      agreementRobot = new AgreementRobot(settings);
     
      agreementRobot.start();
       
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.