Uses of Class
com.gentics.contentnode.rest.model.migration.MigrationPreProcessor
-
Packages that use MigrationPreProcessor Package Description com.gentics.contentnode.rest.model.migration com.gentics.contentnode.rest.model.request.migration -
-
Uses of MigrationPreProcessor in com.gentics.contentnode.rest.model.migration
Methods in com.gentics.contentnode.rest.model.migration with parameters of type MigrationPreProcessor Modifier and Type Method Description int
MigrationPreProcessor. compareTo(MigrationPreProcessor o)
-
Uses of MigrationPreProcessor in com.gentics.contentnode.rest.model.request.migration
Methods in com.gentics.contentnode.rest.model.request.migration that return types with arguments of type MigrationPreProcessor Modifier and Type Method Description List<MigrationPreProcessor>
TagTypeMigrationRequest. getEnabledPreProcessors()
Returns the list of enabled pre processors that were specified for this migration requestList<MigrationPreProcessor>
TemplateMigrationRequest. getEnabledPreProcessors()
Returns the list of enabled pre processors that were specified for this migration requestMethod parameters in com.gentics.contentnode.rest.model.request.migration with type arguments of type MigrationPreProcessor Modifier and Type Method Description void
TagTypeMigrationRequest. setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
Sets the map of enabled pre processors for this migration requestvoid
TemplateMigrationRequest. setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
Sets the map of enabled pre processors for this migration request
-