Uses of Class
com.gentics.contentnode.rest.model.migration.MigrationPreProcessor
Packages that use MigrationPreProcessor
Package
Description
-
Uses of MigrationPreProcessor in com.gentics.contentnode.rest.model.migration
Methods in com.gentics.contentnode.rest.model.migration with parameters of type MigrationPreProcessor -
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 MigrationPreProcessorModifier and TypeMethodDescriptionTagTypeMigrationRequest.getEnabledPreProcessors()
Returns the list of enabled pre processors that were specified for this migration requestTemplateMigrationRequest.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 MigrationPreProcessorModifier and TypeMethodDescriptionvoid
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