|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportPackage | |
wt.ixb.objectset |
When an object is given to the export process, the
ObjectSet application does the job of navigating through the object’s structure
and collecting all of its related objects. |
wt.ixb.pdx | |
wt.ixb.publicforapps | Provides APIs to develop IXB application. |
Uses of ExportPackage in wt.ixb.objectset |
Methods in wt.ixb.objectset that return ExportPackage | |
static ExportPackage |
ExportPackage.createExportPackage(String[] generIds,
String[] generParams,
String[] filterIds,
String[] filterParams)
Creates ExportPackage |
static ExportPackage |
ExportPackage.createExportPackage(String[] generIds,
String[] generParams)
|
Uses of ExportPackage in wt.ixb.pdx |
Subclasses of ExportPackage in wt.ixb.pdx | |
class |
ExportPackageForPDX
Holds additional information specific for export in PDX format, such as name, description and identifiers of seed objects (i.e. |
Methods in wt.ixb.pdx that return ExportPackage | |
static ExportPackage |
ExportPackageForPDX.createExportPackageForPDX(String name,
String description,
String exporter,
String[] generIds,
String[] generParams,
String[] filterIds,
String[] filterParams)
Creates ExportPackage holding all information necessary for export in PDX format. |
static ExportPackage |
ExportPackageForPDX.createExportPackageForPDX(String name,
String description,
String exporter,
String[] generIds,
String[] generParams)
Convenience method for the common case when objects are collected without filtering |
Uses of ExportPackage in wt.ixb.publicforapps |
Methods in wt.ixb.publicforapps with parameters of type ExportPackage | |
static void |
WCXMLExportHelper.doExport(ExportPackage expPackage,
String attachmentOption,
File dirToSave,
String jarName)
Creates WC XML jar file on server. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |