|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.admin.controller.DirectoriesController
public class DirectoriesController
Fetches and transforms directories into REST POJOs
| Constructor Summary | |
|---|---|
DirectoriesController()
|
|
| Method Summary | |
|---|---|
RestDirectories |
getDirectories()
Returns an object representing a list of all directories. |
Directory |
getDirectory(String directoryName)
Returns an object representing a single directory. |
RestDirectory |
getRestDirectory(String directoryName)
Returns an object representing a single directory. |
void |
setDirectoryManager(DirectoryManager directoryManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoriesController()
| Method Detail |
|---|
public RestDirectories getDirectories()
public RestDirectory getRestDirectory(String directoryName)
directoryName - The name (not the ID) of the directory
public Directory getDirectory(String directoryName)
directoryName - The name (not the ID) of the directory
public void setDirectoryManager(DirectoryManager directoryManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||