Uses of Interface
com.atlassian.crowd.importer.importers.Importer
-
Uses of Importer in com.atlassian.crowd.importer.factory
Modifier and TypeMethodDescriptionImporterFactory.getImporterDAO
(Configuration configuration) Will return an importer based on a given ConfigurationImporterFactoryImpl.getImporterDAO
(Configuration configuration) -
Uses of Importer in com.atlassian.crowd.importer.importers
Modifier and TypeClassDescriptionclass
Responsible for specifying Importer implementation for crowdified/legacy Bamboo versions Bamboo 6.6 introduced integration with EC along with updated data schema compatible with CrowdifiedJiraImporterclass
Responsible for identifying the appropriate Importer based on whether the source product is integrated with Embedded Crowdclass
This class handles the delegation of the import of Confluence Groups, Users and their memberships into Crowd.class
This class is responsible for importing users, groups and their memberships from two CSV files.class
An Importer that manages moving users, groups and roles from one directory to another.class
Modifier and TypeMethodDescriptionprotected Importer
BambooImporter.getCrowdifiedImporter()
protected abstract Importer
ConditionalImporter.getCrowdifiedImporter()
protected Importer
ConfluenceImporter.getCrowdifiedImporter()
protected Importer
JiraImporter.getCrowdifiedImporter()
protected Importer
BambooImporter.getFallbackImporter()
protected abstract Importer
ConditionalImporter.getFallbackImporter()
protected Importer
ConfluenceImporter.getFallbackImporter()
protected Importer
JiraImporter.getFallbackImporter()