Interface BinaryExportTask

    • Method Detail

      • exportBinarySetToContentNode

        org.onehippo.forge.content.pojo.model.ContentNode exportBinarySetToContentNode​(javax.jcr.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