public class DataMigrationSpecification extends Object implements DataMigrationController
| Constructor and Description |
|---|
DataMigrationSpecification() |
| Modifier and Type | Method and Description |
|---|---|
List |
getMigrationAgents() |
RWikiPropertyDao |
getPropertyDao() |
RWikiProperty |
getTargetVersion() |
boolean |
isPerformDataMigrations() |
void |
setMigrationAgents(List migrationAgents) |
void |
setPerformDataMigrations(boolean performDataMigrations) |
void |
setPropertyDao(RWikiPropertyDao propertyDao) |
void |
setTargetVersion(RWikiProperty targetVersion) |
void |
update() |
public boolean isPerformDataMigrations()
public void setPerformDataMigrations(boolean performDataMigrations)
public void update()
throws Exception
update in interface DataMigrationControllerExceptionpublic RWikiPropertyDao getPropertyDao()
public void setPropertyDao(RWikiPropertyDao propertyDao)
propertyDao - The propertyDao to set.public void setTargetVersion(RWikiProperty targetVersion)
targetVersion - The targetVersion to set.public List getMigrationAgents()
public void setMigrationAgents(List migrationAgents)
migrationAgents - The migrationAgents to set.public RWikiProperty getTargetVersion()
Copyright © 2003–2016 Sakai Project. All rights reserved.