Interface BinaryExportTask

All Superinterfaces:
ContentMigrationTask
All Known Implementing Classes:
DefaultBinaryExportTask

public interface BinaryExportTask extends ContentMigrationTask
ContentMigrationTask to export binary (gallery/asset) data to ContentNode objects.
  • Method Details

    • exportBinarySetToContentNode

      org.onehippo.forge.content.pojo.model.ContentNode exportBinarySetToContentNode(Node imageSetOrAssetSetNode) throws ContentMigrationException
      Exports an imageset (e.g, hippogallery:imageset) node or an assetset (e.g, hippogallery:exampleAssetSet) node to a ContentNode object.
      Parameters:
      imageSetOrAssetSetNode - an imageset (e.g, hippogallery:imageset) node or an assetset (e.g, hippogallery:exampleAssetSet) node
      Returns:
      an exported ContentNode object
      Throws:
      ContentMigrationException - if exporting fails