Examples of AgreementRobot


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

      AgreementRobotSettings settings = new AgreementRobotSettings();
      settings.setAtlasName(atlasName);
      settings.setDocumentDesignDocument(documentDb.getDesignDocument("atlas"));
      settings.setUserDb(userDb);
     
      agreementRobot = new AgreementRobot(settings);
     
      agreementRobot.start();
       
    } catch (Exception e) {
      logger.error("Error starting agreement worker",e);
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.