Package com.ptc.netmarkets.wp.ixb
Class WPZipContent
java.lang.Object
com.ptc.netmarkets.wp.ixb.WPZipContent
Contains all of the content contained within the
Supported API: true
Extendable: false.
Supported API: true
Extendable: false.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the export format from the delivery record.getMetaDataByFileName(String fileName) Gets a specific Ixb metadata file by file name.Gets a Set of the names of the Ixb metadata files
Supported API: true
.
-
Method Details
-
getMetaDataFileNames
Gets a Set of the names of the Ixb metadata files
Supported API: true
.- Returns:
Set- A set of strings containing all of the file names of the IxbDocuments in all zip files
-
getMetaDataByFileName
Gets a specific Ixb metadata file by file name.
Supported API: true
.- Parameters:
fileName- -String- Returns:
IxbDocument- Throws:
WTException- the wT exception
-
getExportFormat
Returns the export format from the delivery record. This can be used for adjustments for cross-version handling. Supported API: true- Returns:
- format of the export
-