eXo JCR :: Ext :: Services 1.15.12-GA

org.exoplatform.services.jcr.ext.organization
Class MigrationTool

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.organization.MigrationTool

public class MigrationTool
extends Object

Created by The eXo Platform SAS. Date: 04.07.2012

Version:
$Id: JCROrganizationServiceMigration.java 76870 2012-07-04 10:38:54Z dkuleshov $
Author:
Dmitriy Vishinskiy

Field Summary
static String JOS_ATTRIBUTES
          The child node of user node where attributes is stored (old structure).
static String JOS_GROUP
          The property of user node where group node uuid is stored (old structure).
static String JOS_GROUP_ID
          The property of a membership node where group id is stored (old structure).
static String JOS_ORGANIZATION_NODETYPE_OLD
          The nodetype of old organization structure root node.
static String JOS_PARENT_ID
          The property of a group node where parent id is stored (old structure).
static String JOS_USER_MEMBERSHIP
          The child nodes of user node where memberships are stored (old structure).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOS_USER_MEMBERSHIP

public static final String JOS_USER_MEMBERSHIP
The child nodes of user node where memberships are stored (old structure).

See Also:
Constant Field Values

JOS_GROUP

public static final String JOS_GROUP
The property of user node where group node uuid is stored (old structure).

See Also:
Constant Field Values

JOS_ATTRIBUTES

public static final String JOS_ATTRIBUTES
The child node of user node where attributes is stored (old structure).

See Also:
Constant Field Values

JOS_ORGANIZATION_NODETYPE_OLD

public static final String JOS_ORGANIZATION_NODETYPE_OLD
The nodetype of old organization structure root node.

See Also:
Constant Field Values

JOS_PARENT_ID

public static final String JOS_PARENT_ID
The property of a group node where parent id is stored (old structure).

See Also:
Constant Field Values

JOS_GROUP_ID

public static final String JOS_GROUP_ID
The property of a membership node where group id is stored (old structure).

See Also:
Constant Field Values

eXo JCR :: Ext :: Services 1.15.12-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.