Class DefaultCronJobMediaDataHandler

    • Field Detail

      • ZIP_FILENAME_ENCODINGS

        public static final java.lang.String ZIP_FILENAME_ENCODINGS
        Property that holds zip filename encodings.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultCronJobMediaDataHandler

        public DefaultCronJobMediaDataHandler()
        Empty constructor for generic instantiation.
      • DefaultCronJobMediaDataHandler

        public DefaultCronJobMediaDataHandler​(ImpExImportCronJob cronJob)
        Constructs an instance of this class with the given CronJob. The CronJob contains a resource media optional which is used during the importData(Media, String) to import files from it. If the zip media is null, the import methods of DefaultMediaDataHandler are used.
        Parameters:
        cronJob - cronjob holding a resource media optional
      • DefaultCronJobMediaDataHandler

        public DefaultCronJobMediaDataHandler​(ImpExExportCronJob cronJob)
        Constructs an instance of this class with the given CronJob. The CronJob contains a ZipOutputStream which is used during the exportData(Media) to put the Media's rawdata in it. If the ZipOutputStream is null, no raw-data will be exported
        Parameters:
        cronJob - cronjob holding the export zip media