Uses of Class
com.gentics.contentnode.rest.model.migration.MigrationPostProcessor
-
Packages that use MigrationPostProcessor Package Description com.gentics.contentnode.rest.model.migration com.gentics.contentnode.rest.model.request.migration -
-
Uses of MigrationPostProcessor in com.gentics.contentnode.rest.model.migration
Methods in com.gentics.contentnode.rest.model.migration with parameters of type MigrationPostProcessor Modifier and Type Method Description int
MigrationPostProcessor. compareTo(MigrationPostProcessor o)
-
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 MigrationPostProcessor Modifier and Type Method Description List<MigrationPostProcessor>
TagTypeMigrationRequest. getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration requestList<MigrationPostProcessor>
TemplateMigrationRequest. 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 MigrationPostProcessor Modifier and Type Method Description void
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
-