Uses of Interface
com.ibm.pim.job.Import

Packages that use Import
com.ibm.pim.job   
 

Uses of Import in com.ibm.pim.job
 

Subinterfaces of Import in com.ibm.pim.job
 interface CategoryImport
          Interface for Category import type
 interface ItemImport
          Interface for Item import type
 

Methods in com.ibm.pim.job that return Import
 Import JobManager.getImport(java.lang.String importName)
          Fetches the import with the specified name
 

Methods in com.ibm.pim.job that return types with arguments of type Import
 java.util.Collection<Import> JobManager.getImports()
          Fetches all the imports.