Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.domain.impexp
Interface IImportRoot

All Known Implementing Classes:
OdiFolder, OdiModel, OdiModelFolder, OdiProject, OdiTechnology

public interface IImportRoot

Interface for objects that are root container for import.

Since:
11.1.1.3.0

Method Summary
 boolean supportsImport(java.lang.Class<IOdiEntity> pChildClass)
          Returns whether the given entity type is supported to be imported into that root import object.

 

Method Detail

supportsImport

boolean supportsImport(java.lang.Class<IOdiEntity> pChildClass)
Returns whether the given entity type is supported to be imported into that root import object.
Parameters:
pChildClass - the class of object to be imported into this one
Returns:
true if the given type could be imported, false otherwise

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.