Uses of Interface
org.onehippo.forge.content.exim.core.ContentMigrationTask
Packages that use ContentMigrationTask
-
Uses of ContentMigrationTask in org.onehippo.forge.content.exim.core
Subinterfaces of ContentMigrationTask in org.onehippo.forge.content.exim.coreModifier and TypeInterfaceDescriptioninterface
ContentMigrationTask
to export binary (gallery/asset) data toContentNode
objects.interface
ContentMigrationTask
to import binary (gallery/asset) data fromContentNode
objects.interface
ContentMigrationTask
to export document variant nodes toContentNode
objects.interface
ContentMigrationTask
to importContentNode
objects and create or update documents. -
Uses of ContentMigrationTask in org.onehippo.forge.content.exim.core.impl
Classes in org.onehippo.forge.content.exim.core.impl that implement ContentMigrationTaskModifier and TypeClassDescriptionclass
Abstract content export task implementation class to provide common properties and utility operations.class
Abstract content import task implementation class to provide common properties and utility operations.class
AbstractContentMigrationTask
implementation class to provide common properties and utility operations.class
DefaultBinaryExportTask
implementation.class
DefaultBinaryImportTask
implementation.class
DocumentVariantExportTask
implementation using Hippo Repository Workflow APIs.class
DocumentVariantImportTask
implementation using Hippo Repository Workflow APIs.