Package com.filenet.api.core

Examples of com.filenet.api.core.Connection


  /*
   * Test method for
   * 'com.google.enterprise.connector.file.filejavawrap.FnConnection.getConnection()'
   */
  public void testGetConnection() throws RepositoryException {
    Connection test = ((FnConnection) conn).getConnection();
    assertNotNull(test);
    assertEquals(TestConnection.uri, test.getURI());
  }
View Full Code Here

TOP

Related Classes of com.filenet.api.core.Connection

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.