Package com.google.enterprise.connector.dctm.dfcwrap

Examples of com.google.enterprise.connector.dctm.dfcwrap.IPersistentObject


  }

  public void testGetObject() throws RepositoryException, DfException {
    try {
      IId id = dctmClientX.getId(DmInitialize.DM_ID1);
      IPersistentObject object = session.getObject(id);

      Assert.assertNotNull(object);
      Assert.assertTrue(object instanceof DmSysObject);
    } finally {
      if (session != null) {
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.dctm.dfcwrap.IPersistentObject

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.