com.atlassian.webdriver.confluence.page
Class PeopleDirectoryPage

java.lang.Object
  extended by com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
      extended by com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
All Implemented Interfaces:
Page, UserDiscoverable

public class PeopleDirectoryPage
extends ConfluenceAbstractPage


Constructor Summary
PeopleDirectoryPage()
           
 
Method Summary
 Set<String> getAllUsernames()
           
 String getUrl()
           
 UserMacro getUserMacro(String username)
           
 boolean hasUser(String username)
           
 boolean isShowingAllPeople()
           
 boolean isShowingPeopleWithPersonalSpaces()
           
 void parseUsers()
           
 PeopleDirectoryPage showAllPeople()
           
 PeopleDirectoryPage showAllPeopleWithPersonalSpaces()
           
 
Methods inherited from class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
doWait, getBrowseMenu, getHeader, getUserMenu, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeopleDirectoryPage

public PeopleDirectoryPage()
Method Detail

getUrl

public String getUrl()
Returns:
The URI, including query string, relative to the base url

parseUsers

public void parseUsers()

getAllUsernames

public Set<String> getAllUsernames()
Returns:
a set which contains all the usernames on the page.

showAllPeople

public PeopleDirectoryPage showAllPeople()

showAllPeopleWithPersonalSpaces

public PeopleDirectoryPage showAllPeopleWithPersonalSpaces()

hasUser

public boolean hasUser(String username)

getUserMacro

public UserMacro getUserMacro(String username)

isShowingAllPeople

public boolean isShowingAllPeople()

isShowingPeopleWithPersonalSpaces

public boolean isShowingPeopleWithPersonalSpaces()


Copyright © 2014 Atlassian. All rights reserved.