com.atlassian.crowd.migration.legacy
Class GroupMapper

java.lang.Object
  extended by com.atlassian.crowd.migration.GenericMapper
      extended by com.atlassian.crowd.migration.legacy.GenericLegacyImporter
          extended by com.atlassian.crowd.migration.legacy.GroupMapper
All Implemented Interfaces:
LegacyImporter

public class GroupMapper
extends GenericLegacyImporter
implements LegacyImporter


Field Summary
static java.lang.String REMOTE_GROUP_XML_DESCRIPTION
           
static java.lang.String REMOTE_GROUP_XML_DIRECTORY_ID
           
static java.lang.String REMOTE_GROUP_XML_PRINCIPAL
           
static java.lang.String REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID
           
static java.lang.String REMOTE_GROUP_XML_PRINCIPAL_NODE
           
static java.lang.String REMOTE_GROUP_XML_ROOT
           
 
Fields inherited from class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
DATE_FORMAT, GENERIC_XML_ACTIVE, GENERIC_XML_ATTRIBUTE, GENERIC_XML_ATTRIBUTE_ID, GENERIC_XML_ATTRIBUTE_KEY, GENERIC_XML_ATTRIBUTE_VALUE, GENERIC_XML_ATTRIBUTE_VALUES, GENERIC_XML_ATTRIBUTES_NODE, GENERIC_XML_CONCEPTION, GENERIC_XML_ID, GENERIC_XML_LASTMODIFIED, GENERIC_XML_NAME, logger
 
Fields inherited from class com.atlassian.crowd.migration.GenericMapper
DATABASE_DATE_FORMAT, PLUGIN_KEY_PREFIX, XML_DATE_FORMAT
 
Constructor Summary
GroupMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, GroupDAOHibernate groupDAO, MembershipDAOHibernate membershipDAO, DirectoryDAOHibernate directoryDAO)
           
 
Method Summary
protected  InternalGroupWithAttributes getGroupAndAttributesFromXml(org.dom4j.Element groupElement, java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
protected  java.util.Set<InternalMembership> getMemberships(org.dom4j.Element groupElement, LegacyImportDataHolder importData, BatchResultWithIdReferences<Group> groupImportResults)
           
 void importXml(org.dom4j.Element root, LegacyImportDataHolder importData)
          Imports V1 (legacy Crowd 0.x.x and 1.x.x) XML.
 
Methods inherited from class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
getDirectoryManager, getInternalEntityTemplateFromLegacyXml, getMultiValuedAttributesMapFromXml, getPasswordCredentialFromXml, getSingleValuedAttributesMapFromXml, setDirectoryManager
 
Methods inherited from class com.atlassian.crowd.migration.GenericMapper
addEntities, addEntity, addEntityViaMerge, addEntityViaSave, getAttributeValue, getDateAsFormattedString, getDateFromDatabase, getDateFromXml, getDirectoryTypeFromLegacyCode, getNameFromLegacyCode, getOperationTypeFromLegacyPermissionName, getSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOTE_GROUP_XML_ROOT

public static final java.lang.String REMOTE_GROUP_XML_ROOT
See Also:
Constant Field Values

REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID

public static final java.lang.String REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID
See Also:
Constant Field Values

REMOTE_GROUP_XML_DIRECTORY_ID

public static final java.lang.String REMOTE_GROUP_XML_DIRECTORY_ID
See Also:
Constant Field Values

REMOTE_GROUP_XML_DESCRIPTION

public static final java.lang.String REMOTE_GROUP_XML_DESCRIPTION
See Also:
Constant Field Values

REMOTE_GROUP_XML_PRINCIPAL_NODE

public static final java.lang.String REMOTE_GROUP_XML_PRINCIPAL_NODE
See Also:
Constant Field Values

REMOTE_GROUP_XML_PRINCIPAL

public static final java.lang.String REMOTE_GROUP_XML_PRINCIPAL
See Also:
Constant Field Values
Constructor Detail

GroupMapper

public GroupMapper(org.hibernate.SessionFactory sessionFactory,
                   BatchProcessor batchProcessor,
                   GroupDAOHibernate groupDAO,
                   MembershipDAOHibernate membershipDAO,
                   DirectoryDAOHibernate directoryDAO)
Method Detail

importXml

public void importXml(org.dom4j.Element root,
                      LegacyImportDataHolder importData)
               throws ImportException
Description copied from interface: LegacyImporter
Imports V1 (legacy Crowd 0.x.x and 1.x.x) XML.

Specified by:
importXml in interface LegacyImporter
Parameters:
root - root XML element.
importData - stores significant import results.
Throws:
ImportException

getGroupAndAttributesFromXml

protected InternalGroupWithAttributes getGroupAndAttributesFromXml(org.dom4j.Element groupElement,
                                                                   java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)

getMemberships

protected java.util.Set<InternalMembership> getMemberships(org.dom4j.Element groupElement,
                                                           LegacyImportDataHolder importData,
                                                           BatchResultWithIdReferences<Group> groupImportResults)


Copyright © 2010 Atlassian. All Rights Reserved.