Uses of Class
com.gentics.contentnode.rest.model.migration.MigrationPostProcessor
Packages that use MigrationPostProcessor
Package
Description
-
Uses of MigrationPostProcessor in com.gentics.contentnode.rest.model.migration
Methods in com.gentics.contentnode.rest.model.migration with parameters of type MigrationPostProcessor -
Uses of MigrationPostProcessor in com.gentics.contentnode.rest.model.request.migration
Methods in com.gentics.contentnode.rest.model.request.migration that return types with arguments of type MigrationPostProcessorModifier and TypeMethodDescriptionTagTypeMigrationRequest.getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration requestTemplateMigrationRequest.getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration requestMethod parameters in com.gentics.contentnode.rest.model.request.migration with type arguments of type MigrationPostProcessorModifier and TypeMethodDescriptionvoid
TagTypeMigrationRequest.setEnabledPostProcessors
(List<MigrationPostProcessor> enabledPostProcessors) Sets the map of enabled post processors for this migration requestvoid
TemplateMigrationRequest.setEnabledPostProcessors
(List<MigrationPostProcessor> enabledPostProcessors) Sets the map of enabled post processors for this migration request