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

Packages that use PIMWriter
com.ibm.pim.extensionpoints   
 

Uses of PIMWriter in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints that return PIMWriter
 PIMWriter ImportFunctionArguments.getErrors()
          Obtains access to the writer for error output created by this ImportFunction.
 PIMWriter DistributionFunctionArguments.getErrors()
          Obtains access to the writer for error output created by this DistributionFunction.
 PIMWriter CatalogExportFunctionArguments.getErrors()
          Obtains access to the writer for error output created by this CatalogExportFunction.
 PIMWriter ReportGenerateFunctionArguments.getOutput()
          Obtains access to the writer for output created by this CatalogExportFunction.
 PIMWriter DistributionFunctionArguments.getOutput()
          Obtains access to the writer for output created by this DistributionFunction.
 PIMWriter CatalogExportFunctionArguments.getOutput()
          Obtains access to the writer for output created by this CatalogExportFunction.
 PIMWriter ImportFunctionArguments.getWarnings()
          Obtains access to the writer for warning output created by this ImportFunction.
 PIMWriter DistributionFunctionArguments.getWarnings()
          Obtains access to the writer for warning output created by this DistributionFunction.
 PIMWriter CatalogExportFunctionArguments.getWarnings()
          Obtains access to the writer for warning output created by this CatalogExportFunction.