de.deepamehta.plugins.accesscontrol.migrations
Class Migration6

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

public class Migration6
extends Migration

Removes "owner" and "acl" properties. Runs only in UPDATE mode.

Part of DM 4.5


Field Summary
private  long aclRemoved
           
private  Logger logger
           
private  long objects
           
private  long ownerRemoved
           
 
Fields inherited from class de.deepamehta.core.service.Migration
dms
 
Constructor Summary
Migration6()
           
 
Method Summary
private  void migrateObject(DeepaMehtaObject object, String type)
           
 void run()
           
 
Methods inherited from class de.deepamehta.core.service.Migration
addAssociationTypeSetting, addTopicTypeSetting, addTypeSetting, setCoreService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objects

private long objects

ownerRemoved

private long ownerRemoved

aclRemoved

private long aclRemoved

logger

private Logger logger
Constructor Detail

Migration6

public Migration6()
Method Detail

run

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

migrateObject

private void migrateObject(DeepaMehtaObject object,
                           String type)


Copyright © 2015. All Rights Reserved.