Package de.mhus.hair.dctm

Examples of de.mhus.hair.dctm.DctmDriver


  /**
   * Simple test - do not open a repository, maybe it's not available.
   * @throws CaoException
   */
  public void testDctm() throws CaoException {
    DctmDriver driver = new DctmDriver();
    DctmConfiguration config = (DctmConfiguration) driver.createConfiguration();
    config.getDocbaseDataProvider().getOptionTitles();
//    config.setUser("");
//    config.setPassword("");
//    CaoConnection con = driver.createConnection(config);
//    CaoApplication app = con.getApplication("content");
View Full Code Here

TOP

Related Classes of de.mhus.hair.dctm.DctmDriver

Copyright © 2018 www.massapicom. 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.