de.deepamehta.plugins.accesscontrol.migrations
Class Migration8

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.service.Migration
      extended by de.deepamehta.plugins.accesscontrol.migrations.Migration8

public class Migration8
extends Migration

Converts the user accounts. Runs only in UPDATE mode.

Part of DM 4.5


Field Summary
private  AccessControlService acService
           
private  Logger logger
           
private  WorkspacesService wsService
           
 
Fields inherited from class de.deepamehta.core.service.Migration
dms
 
Constructor Summary
Migration8()
           
 
Method Summary
private  void createMemberships(Topic usernameTopic)
           
 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

acService

private AccessControlService acService

wsService

private WorkspacesService wsService

logger

private Logger logger
Constructor Detail

Migration8

public Migration8()
Method Detail

run

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

createMemberships

private void createMemberships(Topic usernameTopic)


Copyright © 2015. All Rights Reserved.