|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMigrationPostprocessor
Implementations of this interface can be configured during Tag migration to apply post-processing to migrated objects following the migration process.
| Method Summary | |
|---|---|
void |
applyPostMigrationProcessing(com.gentics.contentnode.rest.model.File file,
com.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a file following a tag type migration. |
void |
applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Folder folder,
com.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a folder following a tag type migration. |
void |
applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Image image,
com.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a image following a tag type migration. |
void |
applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Page page,
com.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a page following a tag type migration. |
void |
applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Page page,
com.gentics.contentnode.rest.model.request.migration.TemplateMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a page following a template migration. |
void |
applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Template template,
com.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Performs post-processing on a template following a tag type migration. |
| Method Detail |
|---|
void applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Template template,
com.gentics.contentnode.rest.model.request.migration.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 logger
NodeException
MigrationException
void applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Page page,
com.gentics.contentnode.rest.model.request.migration.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 logger
NodeException
MigrationException
void applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Folder folder,
com.gentics.contentnode.rest.model.request.migration.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 logger
NodeException
MigrationException
void applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Image image,
com.gentics.contentnode.rest.model.request.migration.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 logger
NodeException
MigrationException
void applyPostMigrationProcessing(com.gentics.contentnode.rest.model.File file,
com.gentics.contentnode.rest.model.request.migration.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 logger
NodeException
MigrationException
void applyPostMigrationProcessing(com.gentics.contentnode.rest.model.Page page,
com.gentics.contentnode.rest.model.request.migration.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 logger
NodeException
MigrationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||