Examples of DctmConfiguration


Examples of de.mhus.hair.dctm.DctmConfiguration

   * 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");
//    CaoElement tree = app.getDefaultTree();
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.