public class MigrationTo64Procedure extends java.lang.Object implements MigrationTask
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
SELECT_RULES_WITHOUT_VERSION |
| Constructor and Description |
|---|
MigrationTo64Procedure() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(SystemSetupContext context)
Executes migration task
|
protected FlexibleSearchService |
getFlexibleSearchService() |
protected java.util.List<MigrationTask> |
getMigrationTasks() |
protected boolean |
isRequired() |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setMigrationTasks(java.util.List<MigrationTask> migrationTasks) |
protected static final java.lang.String SELECT_RULES_WITHOUT_VERSION
public void execute(SystemSetupContext context)
MigrationTaskexecute in interface MigrationTaskcontext - - setup context that gives a control over task executionprotected boolean isRequired()
protected FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
protected java.util.List<MigrationTask> getMigrationTasks()
public void setMigrationTasks(java.util.List<MigrationTask> migrationTasks)
Copyright © 2018 SAP SE. All Rights Reserved.