Class WPZipContent

java.lang.Object
com.ptc.netmarkets.wp.ixb.WPZipContent

public class WPZipContent extends Object
Contains all of the content contained within the

Supported API: true

Extendable: false.
  • Method Details

    • getMetaDataFileNames

      public Set<String> 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

      public IxbDocument getMetaDataByFileName(String fileName) throws WTException
      Gets a specific Ixb metadata file by file name.

      Supported API: true

      .
      Parameters:
      fileName - - String
      Returns:
      IxbDocument
      Throws:
      WTException - the wT exception
    • getExportFormat

      public ExportFormatType 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