de.deepamehta.plugins.workspaces.migrations
Class Migration5

java.lang.Object
  extended by de.deepamehta.core.service.Migration
      extended by de.deepamehta.plugins.workspaces.migrations.Migration5

public class Migration5
extends Migration

Runs only in UPDATE mode.

Part of DM 4.5


Field Summary
private  long ambiguous
           
private  long initialized
           
private  Logger logger
           
private  long objects
           
private static String PROP_WORKSPACE_ID
           
 
Fields inherited from class de.deepamehta.core.service.Migration
dms
 
Constructor Summary
Migration5()
           
 
Method Summary
private  String info(DeepaMehtaObject object)
           
private  void initWorkspaceProperty(DeepaMehtaObject object)
           
private  boolean isUserAccountRelated(DeepaMehtaObject object)
           
 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

PROP_WORKSPACE_ID

private static final String PROP_WORKSPACE_ID
See Also:
Constant Field Values

objects

private long objects

initialized

private long initialized

ambiguous

private long ambiguous

logger

private Logger logger
Constructor Detail

Migration5

public Migration5()
Method Detail

run

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

initWorkspaceProperty

private void initWorkspaceProperty(DeepaMehtaObject object)

isUserAccountRelated

private boolean isUserAccountRelated(DeepaMehtaObject object)

info

private String info(DeepaMehtaObject object)


Copyright © 2015. All Rights Reserved.