Uses of Interface
com.atlassian.crowd.importer.importers.Importer

Packages that use Importer
com.atlassian.crowd.importer.factory   
com.atlassian.crowd.importer.importers   
 

Uses of Importer in com.atlassian.crowd.importer.factory
 

Methods in com.atlassian.crowd.importer.factory that return Importer
 Importer ImporterFactoryImpl.getImporterDAO(Configuration configuration)
           
 Importer ImporterFactory.getImporterDAO(Configuration configuration)
          Will return an importer based on a given Configuration
 

Uses of Importer in com.atlassian.crowd.importer.importers
 

Classes in com.atlassian.crowd.importer.importers that implement Importer
 class BambooImporter
          Specific Bamboo Hibernate/Atlassian-User implementation
 class ConfluenceImporter
          This class handles the delegation of the import of Confluence Groups, Users and their memberships into Crowd.
 class CsvImporter
          This class is responsible for importing users, groups and their memberships from two CSV files.
 class DirectoryImporter
          An Importer that manages moving users, groups and roles from one directory to another.
 class JiraImporter
           
 

Methods in com.atlassian.crowd.importer.importers that return Importer
 Importer JiraImporter.determineImporter(Configuration configuration)
           
 Importer ConfluenceImporter.determineImporter(Configuration configuration)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.