Uses of Interface
com.ibm.pim.system.PIMProgress

Packages that use PIMProgress
com.ibm.pim.extensionpoints   
 

Uses of PIMProgress in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return PIMProgress
 PIMProgress ReportGenerateFunctionArguments.getProgress()
          Obtains a WPCProgress object that can be used to report execution progress for this invocation.
 PIMProgress ImportFunctionArguments.getProgress()
          Obtain the instance of WPCProgress that may be used to report progress to WPC during the execution of this ImportFunction.
 PIMProgress CatalogToCatalogExportFunctionArguments.getProgress()
          Obtain the instance of WPCProgress that may be used to report progress to WPC during the execution of this CatalogToCatalogExportFunction.
 PIMProgress CatalogExportFunctionArguments.getProgress()
          Obtain the instance of WPCProgress that may be used to report progress to WPC during the execution of this CatalogExportFunction.