|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
List<MigrationPostProcessor> |
TagTypeMigrationRequest.getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration request |
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(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request |
void |
TemplateMigrationRequest.setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |