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

Packages that use Export
com.ibm.pim.job   
 

Uses of Export in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Export
 Export JobManager.createExport(java.lang.String exportName, DestinationSpec destSpec, Catalog sourceCatalog, SpecMap destMap, Export.Type exportContentType, java.util.Map<Export.OptionalArguments,java.lang.Object> optionalArgs)
          Creates a new export.
 Export JobManager.getExport(java.lang.String exportName)
          Fetches the export with the specified name
 

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