public interface IMigrationPreprocessor
Modifier and Type | Interface and Description |
---|---|
static class |
IMigrationPreprocessor.Result
Possible result values for preprocessors
|
Modifier and Type | Method and Description |
---|---|
IMigrationPreprocessor.Result |
apply(Tag tag,
TagTypeMigrationRequest request,
org.apache.log4j.Logger logger)
Apply the preprocessor to the tag for a tagtype migration
|
IMigrationPreprocessor.Result |
apply(Tag tag,
TemplateMigrationRequest request,
org.apache.log4j.Logger logger)
Apply the preprocessor to the tag for a template migration
|
IMigrationPreprocessor.Result apply(Tag tag, TagTypeMigrationRequest request, org.apache.log4j.Logger logger) throws MigrationException
tag
- REST model of the tagrequest
- ttm requestlogger
- loggerMigrationException
IMigrationPreprocessor.Result apply(Tag tag, TemplateMigrationRequest request, org.apache.log4j.Logger logger) throws MigrationException
tag
- REST model of the tagrequest
- template migration requestlogger
- loggerMigrationException
Copyright © 2018 Gentics Software GmbH. All rights reserved.