Package wt.ixb.pdx
Class PDXExportHandler
java.lang.Object
wt.ixb.publicforapps.ApplicationExportHandlerTemplate
wt.ixb.pdx.PDXExportHandler
- All Implemented Interfaces:
ApplicationExpImportHandler,ApplicationExportHandler
PDXExportHandler performs specific tasks connected with export to PDX format.
This includes:
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey used to indicate attachments option - content files are included into pdx package (default option).static final StringKey used to indicate attachments option - content files are mentioned in pdx.xml but are not included into zip.static final StringKey used to indicate attachments option - content files are ignored (not mentioned in pdx.xml). -
Method Summary
Methods inherited from class wt.ixb.publicforapps.ApplicationExportHandlerTemplate
addObjectToManifest, finalizeAdditionalInfo, getCurrentExportContentSize, getIXApplicationContext, getObjectListForManifest, getOutput, getOutputs, getRequiredExportSize, getTargetVersion, initialize, isMultithreadedExportApplicable, reallyStoreContent, reallyStoreContent, setIXApplicationContext, setTargetVersion, storeAdditionalInfo, storeContent, storeContent, storeDocument, storeDocument, storeLogMessage, storeLogMessage
-
Field Details
-
XML_VALUE_ATTACHMENTS
Key used to indicate attachments option - content files are included into pdx package (default option).
Supported API: true- See Also:
-
XML_VALUE_NO_ATTACHMENTS
Key used to indicate attachments option - content files are ignored (not mentioned in pdx.xml).
Supported API: true- See Also:
-
XML_VALUE_ATTACHMENTS_AS_FILE_NAMES
Key used to indicate attachments option - content files are mentioned in pdx.xml but are not included into zip.
Supported API: true- See Also:
-