Interface | Description |
---|---|
GenericMapper.Exporter<T> | |
GenericMapper.Importer<T> | |
Mapper |
A Mapper that will handle the import and export of a Domain object, or any object from XML into the datastore
and vice-versa.
|
XmlMigrationManager |
Class | Description |
---|---|
AliasMapper | |
ApplicationMapper |
This mapper will handle the mapping of a
Application |
ApplicationSamlConfigurationEntityMapper |
This mapper will handle the mapping of a
ApplicationSamlConfigurationEntity |
AuditLogMapper | |
CrowdConfigMapper |
Mapper implementation that will take the values from a Crowd instances
crowd.cfg.xml
and place this into Crowd XML export/import. |
CrowdPropertiesMapper |
Mapper implementation that will take the values from a Crowd instances
crowd.properties
and place this into Crowd XML export/import |
DirectoryMapper |
This mapper will handle the mapping of a
DirectoryImpl |
ElementIteratorUtil | |
GenericMapper | |
GrantedPermissionMapper | |
GroupLevelAdminMapper | |
GroupMapper |
This mapper will handle the mapping of a
Group . |
MembershipMapper |
This mapper will handle the mapping of a
Group . |
PropertyMapper |
This mapper will handle the mapping of a
Property |
SAMLTrustEntityMapper |
This mapper will handle the mapping of a
SAMLTrustEntity |
UserMapper |
This mapper will handle the mapping of a
User . |
XmlMigrationManagerImpl | |
XmlMigrator |
This class manages the import and export of Crowd's entity type's via
Mapper 's
Each mapper has an exportXML() that process's each entity and writes all required relationship to an
XML element that is then returned to this class to be finally written to disk (on export). |
Exception | Description |
---|---|
BackupOrRestoreAlreadyInProgressException |
Indicates that a backup or restore has not been performed as there is a backup or restore operation currently underway
|
ExportException | |
ImportException | |
ImportExportException |
Copyright © 2020 Atlassian. All rights reserved.