public interface IMigrationPostprocessor
| Modifier and Type | Method and Description |
|---|---|
void |
applyPostMigrationProcessing(File file,
TagTypeMigrationRequest request,
com.gentics.lib.log.NodeLogger logger)
Performs post-processing on a file following a tag type migration.
|
void |
applyPostMigrationProcessing(Folder folder,
TagTypeMigrationRequest request,
com.gentics.lib.log.NodeLogger logger)
Performs post-processing on a folder following a tag type migration.
|
void |
applyPostMigrationProcessing(Image image,
TagTypeMigrationRequest request,
com.gentics.lib.log.NodeLogger logger)
Performs post-processing on a image following a tag type migration.
|
void |
applyPostMigrationProcessing(Page page,
TagTypeMigrationRequest request,
com.gentics.lib.log.NodeLogger logger)
Performs post-processing on a page following a tag type migration.
|
void |
applyPostMigrationProcessing(Page page,
TemplateMigrationRequest request,
com.gentics.lib.log.NodeLogger logger)
Performs post-processing on a page following a template migration.
|
void |
applyPostMigrationProcessing(Template template,
TagTypeMigrationRequest request,
com.gentics.lib.log.NodeLogger logger)
Performs post-processing on a template following a tag type migration.
|
void applyPostMigrationProcessing(Template template, TagTypeMigrationRequest request, com.gentics.lib.log.NodeLogger logger) throws MigrationException
template - the template to apply the post-processing torequest - the TtmMigrationRequest which initiated the migration process, containing the tag migration mappingslogger - the tag type migration loggercom.gentics.api.lib.exception.NodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Page page, TagTypeMigrationRequest request, com.gentics.lib.log.NodeLogger logger) throws MigrationException
page - the page to apply the post-processing torequest - the TtmMigrationRequest which initiated the migration process, containing the tag migration mappingslogger - the tag type migration loggercom.gentics.api.lib.exception.NodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Folder folder, TagTypeMigrationRequest request, com.gentics.lib.log.NodeLogger logger) throws MigrationException
folder - the folder to apply the post-processing torequest - the TtmMigrationRequest which initiated the migration process, containing the tag migration mappingslogger - the tag type migration loggercom.gentics.api.lib.exception.NodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Image image, TagTypeMigrationRequest request, com.gentics.lib.log.NodeLogger logger) throws MigrationException
image - the image to apply the post-processing torequest - the TtmMigrationRequest which initiated the migration process, containing the tag migration mappingslogger - the tag type migration loggercom.gentics.api.lib.exception.NodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(File file, TagTypeMigrationRequest request, com.gentics.lib.log.NodeLogger logger) throws MigrationException
file - the file to apply the post-processing torequest - the TtmMigrationRequest which initiated the migration process, containing the tag migration mappingslogger - the tag type migration loggercom.gentics.api.lib.exception.NodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Page page, TemplateMigrationRequest request, com.gentics.lib.log.NodeLogger logger) throws MigrationException
page - the page to apply the post-processing torequest - the TemplateMigrationRequest which initiated the migration process, containing the template migration mappingslogger - the template migration loggercom.gentics.api.lib.exception.NodeExceptionMigrationExceptionCopyright © 2024 Gentics Software GmbH. All rights reserved.