de.deepamehta.core.service
Class Migration

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.service.Migration
Direct Known Subclasses:
Migration1, Migration1, Migration2, Migration2, Migration2, Migration3

public abstract class Migration
extends Object


Field Summary
protected  DeepaMehtaService dms
           
 
Constructor Summary
Migration()
           
 
Method Summary
protected  void addAssociationTypeSetting(String assocTypeUri, String setting, Object value)
           
protected  void addTopicTypeSetting(String topicTypeUri, String setting, Object value)
           
protected  void addTypeSetting(Type type, String setting, Object value)
           
protected  void readMigrationFile(String migrationFile)
           
abstract  void run()
           
 void setCoreService(DeepaMehtaService dms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dms

protected DeepaMehtaService dms
Constructor Detail

Migration

public Migration()
Method Detail

setCoreService

public void setCoreService(DeepaMehtaService dms)

run

public abstract void run()

addTopicTypeSetting

protected final void addTopicTypeSetting(String topicTypeUri,
                                         String setting,
                                         Object value)

addAssociationTypeSetting

protected final void addAssociationTypeSetting(String assocTypeUri,
                                               String setting,
                                               Object value)

addTypeSetting

protected final void addTypeSetting(Type type,
                                    String setting,
                                    Object value)

readMigrationFile

protected final void readMigrationFile(String migrationFile)


Copyright © 2014. All Rights Reserved.