Uses of Class
com.atlassian.crowd.importer.exceptions.ImporterException

Packages that use ImporterException
com.atlassian.crowd.importer.exceptions   
com.atlassian.crowd.importer.importers   
com.atlassian.crowd.importer.manager   
 

Uses of ImporterException in com.atlassian.crowd.importer.exceptions
 

Subclasses of ImporterException in com.atlassian.crowd.importer.exceptions
 class ImporterConfigurationException
          This exception represents that a configuration to a given Import was invalid.
 

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

Methods in com.atlassian.crowd.importer.importers that throw ImporterException
 java.util.Collection<GroupMembership> Importer.findGroupMemberships(Configuration configuration)
          Will locate and build a collection of GroupMembership objects based on the passed in Configuration
 java.util.Collection<GroupMembership> DirectoryImporter.findGroupMemberships(Configuration configuration)
           
 java.util.Collection<GroupMembership> ConfluenceImporter.findGroupMemberships(Configuration configuration)
           
 java.util.Collection<GroupTemplate> Importer.findGroups(Configuration configuration)
          Will locate and build a collection of GroupTemplate objects based on the passed in Configuration
 java.util.Collection<GroupTemplate> DirectoryImporter.findGroups(Configuration configuration)
           
 java.util.Collection<GroupTemplate> ConfluenceImporter.findGroups(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> Importer.findUsers(Configuration configuration)
          Will locate and build a collection of UserTemplate objects based on the passed in Configuration
 java.util.Collection<UserTemplateWithCredentialAndAttributes> DirectoryImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> ConfluenceImporter.findUsers(Configuration configuration)
           
protected  Result BaseImporter.importGroupMemberships(java.util.Collection<GroupMembership> memberships, Configuration configuration)
           
protected  Result BaseImporter.importGroups(java.util.Collection<GroupTemplate> groups, Configuration configuration)
           
protected  Result BaseImporter.importUsers(java.util.Collection<UserTemplateWithCredentialAndAttributes> users, Configuration configuration)
           
 Result Importer.importUsersGroupsAndMemberships(Configuration configuration)
          Responsible for the import of both users and groups into Crowd using the given Configuration
 Result ConfluenceImporter.importUsersGroupsAndMemberships(Configuration configuration)
          This method will handle the importing of Users, Groups and Memberships from Confluence.
 Result BaseImporter.importUsersGroupsAndMemberships(Configuration configuration)
           
 

Uses of ImporterException in com.atlassian.crowd.importer.manager
 

Methods in com.atlassian.crowd.importer.manager that throw ImporterException
 Result ImporterManagerImpl.performImport(Configuration configuation)
           
 Result ImporterManager.performImport(Configuration configuation)
          Will perform the import based on the given configuration into Crowd.
 



Copyright © 2010 Atlassian. All Rights Reserved.