Uses of Interface
com.ibm.pim.utils.ExportList

Packages that use ExportList
com.ibm.pim.utils   
 

Uses of ExportList in com.ibm.pim.utils
 

Methods in com.ibm.pim.utils that return ExportList
 ExportList EnvironmentExporter.createExportList()
          Returns a container(ExportList) to hold the names of PIM objects to be exported.
 

Methods in com.ibm.pim.utils with parameters of type ExportList
 java.lang.String EnvironmentExporter.export(ExportList exportList, java.lang.String documentPath)
          Exports the PIM objects specified in the ExportList in zip format and stores the file at the docstore file path specified.
 java.lang.String EnvironmentExporter.export(ExportList exportList, java.lang.String documentPath, boolean checkForRequisites)
          Exports the PIM objects specified in the ExportList in zip format and stores the file at the docstore file path specified.