public interface IMigrationPostprocessor
| Modifier and Type | Method and Description |
|---|---|
void |
applyPostMigrationProcessing(File file,
TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a file following a tag type migration.
|
void |
applyPostMigrationProcessing(Folder folder,
TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a folder following a tag type migration.
|
void |
applyPostMigrationProcessing(Image image,
TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a image following a tag type migration.
|
void |
applyPostMigrationProcessing(Page page,
TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a page following a tag type migration.
|
void |
applyPostMigrationProcessing(Page page,
TemplateMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a page following a template migration.
|
void |
applyPostMigrationProcessing(Template template,
TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a template following a tag type migration.
|
void applyPostMigrationProcessing(Template template, TagTypeMigrationRequest request, org.apache.log4j.Logger 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 loggerNodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Page page, TagTypeMigrationRequest request, org.apache.log4j.Logger 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 loggerNodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Folder folder, TagTypeMigrationRequest request, org.apache.log4j.Logger 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 loggerNodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Image image, TagTypeMigrationRequest request, org.apache.log4j.Logger 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 loggerNodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(File file, TagTypeMigrationRequest request, org.apache.log4j.Logger 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 loggerNodeExceptionMigrationExceptionvoid applyPostMigrationProcessing(Page page, TemplateMigrationRequest request, org.apache.log4j.Logger 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 loggerNodeExceptionMigrationExceptionCopyright © 2015 Gentics Software GmbH. All rights reserved.