Uses of Class
com.gentics.contentnode.rest.model.migration.MigrationPostProcessor

Packages that use MigrationPostProcessor
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
 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
 java.util.List<MigrationPostProcessor> TagTypeMigrationRequest.getEnabledPostProcessors()
          Returns the list of enabled post processors that were specified for this migration request
 java.util.List<MigrationPostProcessor> TemplateMigrationRequest.getEnabledPostProcessors()
          Returns the list of enabled post processors that were specified for this migration request
 

Method parameters in com.gentics.contentnode.rest.model.request.migration with type arguments of type MigrationPostProcessor
 void TagTypeMigrationRequest.setEnabledPostProcessors(java.util.List<MigrationPostProcessor> enabledPostProcessors)
          Sets the map of enabled post processors for this migration request
 void TemplateMigrationRequest.setEnabledPostProcessors(java.util.List<MigrationPostProcessor> enabledPostProcessors)
          Sets the map of enabled post processors for this migration request
 



Copyright © 2015 Gentics Software GmbH. All Rights Reserved.