Uses of Class
wt.ixb.pdx.ExportPackageForPDX

Packages that use ExportPackageForPDX
wt.ixb.pdx   
 

Uses of ExportPackageForPDX in wt.ixb.pdx
 

Fields in wt.ixb.pdx declared as ExportPackageForPDX
private  ExportPackageForPDX PDXExportHandler.m_package
           
 

Methods in wt.ixb.pdx with parameters of type ExportPackageForPDX
static void PDXExportHelper.doExportToPDX(WTContainerRef container, ExportPackageForPDX expPackage, String attachmentOption, File dirToSave, String zipName)
          Creates pdx file on server.
static void PDXExportHelper.doExportToPDX(ExportPackageForPDX expPackage, String attachmentOption, File dirToSave, String zipName)
           
private  String PDXExportHandler.getPackageId(ExportPackageForPDX ep)
           
 

Constructors in wt.ixb.pdx with parameters of type ExportPackageForPDX
PDXExportHandler(ExportPackageForPDX ep, String attachmentOption)