Uses of Interface
com.atlassian.crowd.embedded.api.Directory

Packages that use Directory
com.atlassian.crowd.embedded.api   
 

Uses of Directory in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return Directory
 Directory CrowdDirectoryService.addDirectory(Directory directory)
          Will add a new Directory into the local database.
 Directory CrowdDirectoryService.findDirectoryById(long directoryId)
          Will return a Directory based on the given directoryId
 Directory CrowdDirectoryService.updateDirectory(Directory directory)
          Will update the Directory.
 

Methods in com.atlassian.crowd.embedded.api that return types with arguments of type Directory
 java.util.List<Directory> CrowdDirectoryService.findAllDirectories()
          Will return a List<Directory> ordered by the order specified by the application.
 

Methods in com.atlassian.crowd.embedded.api with parameters of type Directory
 Directory CrowdDirectoryService.addDirectory(Directory directory)
          Will add a new Directory into the local database.
 void CrowdDirectoryService.testConnection(Directory directory)
          Test if a connection to the directory server can be established.
 Directory CrowdDirectoryService.updateDirectory(Directory directory)
          Will update the Directory.
 



Copyright © 2012 Atlassian. All Rights Reserved.