Package com.ptc.netmarkets.wp.ixb
Class AbstractStaticManifest
java.lang.Object
com.ptc.netmarkets.wp.ixb.AbstractManifest
com.ptc.netmarkets.wp.ixb.AbstractStaticManifest
The abstract for the Static Manifest option for zip inclusion.
Currently XML is not supported as a manifest file type.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract InputStreamcreateManifest(WPZipContent zipContent) Creates the manifest
Supported API: true
Extendable: true
.protected voidmodifyExportContents(WPZipContent zipContent) Create the Manifest file And add it for inclusion in the Delivery's zip file And add it as the Delivery's primary content.protected voidsetManifestContentHolder(ContentHolder contentHolder) Set the ContentHolder that will contain the manifest
Supported API: true
Extendable: false
.Methods inherited from class com.ptc.netmarkets.wp.ixb.AbstractManifest
decorate, decorate, getDeliveryRecord, getTrackedObjects, getWorkPackage, setDeliveryRecord, setWorkpackage
-
Method Details
-
createManifest
Creates the manifest
Supported API: true
Extendable: true
.- Parameters:
zipContent- The contents of the zip file- Returns:
- InputStream
- Throws:
WTException- the wT exception
-
modifyExportContents
Create the Manifest file And add it for inclusion in the Delivery's zip file And add it as the Delivery's primary content.
Supported API: true
Extendable: true- Specified by:
modifyExportContentsin classAbstractManifest- Parameters:
zipContent- The contents of the zip file- Throws:
WTException- the wT exception
-
setManifestContentHolder
Set the ContentHolder that will contain the manifest
Supported API: true
Extendable: false
.- Parameters:
contentHolder- the new manifest content holder
-