de.deepamehta.plugins.accesscontrol.migrations
Class Migration2

java.lang.Object
  extended by de.deepamehta.core.service.Migration
      extended by de.deepamehta.plugins.accesscontrol.migrations.Migration2

public class Migration2
extends Migration


Field Summary
private  long count
           
private  Logger logger
           
 
Fields inherited from class de.deepamehta.core.service.Migration
dms
 
Constructor Summary
Migration2()
           
 
Method Summary
private  void migrateObject(DeepaMehtaObject object, String type)
           
private  void renameProperty(DeepaMehtaObject object, String oldPropUri, String newPropUri, boolean addToIndex)
           
 void run()
           
 
Methods inherited from class de.deepamehta.core.service.Migration
addAssociationTypeSetting, addTopicTypeSetting, addTypeSetting, readMigrationFile, setCoreService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private long count

logger

private Logger logger
Constructor Detail

Migration2

public Migration2()
Method Detail

run

public void run()
Specified by:
run in class Migration

migrateObject

private void migrateObject(DeepaMehtaObject object,
                           String type)

renameProperty

private void renameProperty(DeepaMehtaObject object,
                            String oldPropUri,
                            String newPropUri,
                            boolean addToIndex)


Copyright © 2014. All Rights Reserved.