|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |