com.atlassian.crowd.migration
Class CrowdPropertiesMapper

java.lang.Object
  extended by com.atlassian.crowd.migration.GenericMapper
      extended by com.atlassian.crowd.migration.legacy.XmlMapper
          extended by com.atlassian.crowd.migration.CrowdPropertiesMapper
All Implemented Interfaces:
Mapper
Direct Known Subclasses:
CrowdPropertiesMapper

public class CrowdPropertiesMapper
extends XmlMapper
implements Mapper

Mapper implementation that will take the values from a Crowd instances crowd.properties and place this into Crowd XML export/import


Field Summary
protected  ClientProperties clientProperties
           
protected static String PROPERTIES_XML_ROOT
           
protected static String PROPERTY_XML_NAME
           
protected static String PROPERTY_XML_NODE
           
protected static String PROPERTY_XML_VALUE
           
 
Fields inherited from class com.atlassian.crowd.migration.legacy.XmlMapper
GENERIC_XML_ACTIVE, GENERIC_XML_ATTRIBUTE, GENERIC_XML_ATTRIBUTE_NAME, GENERIC_XML_ATTRIBUTE_VALUE, GENERIC_XML_ATTRIBUTES, GENERIC_XML_CREATED_DATE, GENERIC_XML_ID, GENERIC_XML_NAME, GENERIC_XML_UPDATED_DATE, LEGACY_GENERIC_XML_ATTRIBUTE_ID, LEGACY_GENERIC_XML_ATTRIBUTE_KEY, LEGACY_GENERIC_XML_ATTRIBUTE_VALUE, LEGACY_GENERIC_XML_ATTRIBUTE_VALUES, LEGACY_GENERIC_XML_CONCEPTION, LEGACY_GENERIC_XML_LASTMODIFIED
 
Fields inherited from class com.atlassian.crowd.migration.GenericMapper
DATABASE_DATE_FORMAT, logger, PLUGIN_KEY_PREFIX, XML_DATE_FORMAT
 
Constructor Summary
CrowdPropertiesMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ClientProperties clientProperties, ResourceLocator resourceLocator, PropertyUtils propertyUtils)
           
 
Method Summary
 org.dom4j.Element exportXml(Map options)
          Exports to V2 XML.
 void importXml(org.dom4j.Element root)
          Imports V2 XML.
 
Methods inherited from class com.atlassian.crowd.migration.legacy.XmlMapper
exportInternalEntity, exportSingleValuedAttributes, getInternalEntityTemplateFromXml, getSingleValuedAttributesMapFromXml
 
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

PROPERTIES_XML_ROOT

protected static final String PROPERTIES_XML_ROOT
See Also:
Constant Field Values

PROPERTY_XML_NODE

protected static final String PROPERTY_XML_NODE
See Also:
Constant Field Values

PROPERTY_XML_NAME

protected static final String PROPERTY_XML_NAME
See Also:
Constant Field Values

PROPERTY_XML_VALUE

protected static final String PROPERTY_XML_VALUE
See Also:
Constant Field Values

clientProperties

protected final ClientProperties clientProperties
Constructor Detail

CrowdPropertiesMapper

public CrowdPropertiesMapper(org.hibernate.SessionFactory sessionFactory,
                             BatchProcessor batchProcessor,
                             ClientProperties clientProperties,
                             ResourceLocator resourceLocator,
                             PropertyUtils propertyUtils)
Method Detail

exportXml

public org.dom4j.Element exportXml(Map options)
                            throws ExportException
Description copied from interface: Mapper
Exports to V2 XML.

Specified by:
exportXml in interface Mapper
Parameters:
options - map of arbitrarty options.
Returns:
XML element, or null if you are not mapping
Throws:
ExportException - error producing XML.

importXml

public void importXml(org.dom4j.Element root)
               throws ImportException
Description copied from interface: Mapper
Imports V2 XML.

Specified by:
importXml in interface Mapper
Parameters:
root - root XML element.
Throws:
ImportException - error importing data.


Copyright © 2013 Atlassian. All Rights Reserved.