DOCUMENTS 5 - PortalScripting API
|
The XMLExportDescription class has been added to the DOCUMENTS PortalScripting API to improve the XML Export process of DOCUMENTS files by scripting means. More...
Public Member Functions | |
XMLExportDescription | XMLExportDescription () |
Create a new XMLExportDescription object. More... | |
Public Attributes | |
boolean | exportCreatedAt |
boolean value whether export the create timestamp of the file. More... | |
boolean | exportFileId |
boolean value whether export the id of the file. More... | |
boolean | exportLastModifiedAt |
boolean value whether export the timestamp of the last modification of the file. More... | |
boolean | exportLastModifiedBy |
boolean value whether export the name of the last editor of the file. More... | |
boolean | exportOwner |
boolean value whether export the name of the owner of the file. More... | |
The XMLExportDescription class has been added to the DOCUMENTS PortalScripting API to improve the XML Export process of DOCUMENTS files by scripting means.
For instance this allows to use different target archives for each file as well as to influence the archiving process by the file's contents itself. The XMLExportDescription object can only be used as parameter for the method XMLExport.addFile(XMLExportDescription)
XMLExportDescription XMLExportDescription::XMLExportDescription | ( | ) |
Create a new XMLExportDescription object.
Like in other programming languages you create a new object with the new
operator (refer to example below).
boolean XMLExportDescription::exportCreatedAt |
boolean value whether export the create timestamp of the file.
boolean XMLExportDescription::exportFileId |
boolean value whether export the id of the file.
boolean XMLExportDescription::exportLastModifiedAt |
boolean value whether export the timestamp of the last modification of the file.
boolean XMLExportDescription::exportLastModifiedBy |
boolean value whether export the name of the last editor of the file.
boolean XMLExportDescription::exportOwner |
boolean value whether export the name of the owner of the file.