Uses of Class
com.atlassian.crowd.model.directory.DirectoryImpl

Packages that use DirectoryImpl
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.console.action.directory   
com.atlassian.crowd.dao.directory   
com.atlassian.crowd.migration   
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.migration.legacy.database   
com.atlassian.crowd.model.membership   
 

Uses of DirectoryImpl in com.atlassian.crowd.acceptance.tests.directory
 

Fields in com.atlassian.crowd.acceptance.tests.directory declared as DirectoryImpl
protected  DirectoryImpl BaseTest.directory
           
 

Uses of DirectoryImpl in com.atlassian.crowd.console.action.directory
 

Methods in com.atlassian.crowd.console.action.directory that return DirectoryImpl
protected  DirectoryImpl CreateDelegated.buildDirectoryConfiguration()
           
protected  DirectoryImpl CreateConnector.buildDirectoryConfiguration()
           
 

Methods in com.atlassian.crowd.console.action.directory with parameters of type DirectoryImpl
 void ViewCustom.setDirectory(DirectoryImpl directory)
           
protected  void UpdateDelegatedConnection.updateUseNestedGroupsAttribute(DirectoryImpl directory)
           
protected  void UpdateConnectorConnection.updateUseNestedGroupsAttribute(DirectoryImpl directory)
           
 

Uses of DirectoryImpl in com.atlassian.crowd.dao.directory
 

Methods in com.atlassian.crowd.dao.directory that return DirectoryImpl
 DirectoryImpl DirectoryDAOHibernate.add(Directory directory)
           
 DirectoryImpl DirectoryDAOHibernate.findById(long id)
           
 DirectoryImpl DirectoryDAOHibernate.findByName(java.lang.String name)
           
 DirectoryImpl DirectoryDAOHibernate.update(Directory directory)
           
 

Uses of DirectoryImpl in com.atlassian.crowd.migration
 

Methods in com.atlassian.crowd.migration that return DirectoryImpl
protected  DirectoryImpl DirectoryMapper.getDirectoryFromXml(org.dom4j.Element directoryElement)
           
 

Methods in com.atlassian.crowd.migration with parameters of type DirectoryImpl
protected  void DirectoryMapper.addDirectoryToXml(DirectoryImpl directory, org.dom4j.Element directoryRoot)
           
 

Uses of DirectoryImpl in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy that return DirectoryImpl
protected  DirectoryImpl DirectoryMapper.importDirectoryFromXml(org.dom4j.Element directoryElement, java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
 

Uses of DirectoryImpl in com.atlassian.crowd.migration.legacy.database
 

Methods in com.atlassian.crowd.migration.legacy.database that return types with arguments of type DirectoryImpl
protected  java.util.List<DirectoryImpl> DirectoryMapper.importDirectoriesFromDatabase(java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
 

Uses of DirectoryImpl in com.atlassian.crowd.model.membership
 

Constructors in com.atlassian.crowd.model.membership with parameters of type DirectoryImpl
InternalMembership(java.lang.Long id, java.lang.Long parentId, java.lang.Long childId, MembershipType membershipType, GroupType groupType, java.lang.String parentName, java.lang.String childName, DirectoryImpl directory)
          This constructor is only used for XML imports.
 



Copyright © 2010 Atlassian. All Rights Reserved.