com.atlassian.confluence.pageobjects.page
Class PeopleDirectoryPage

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

public class PeopleDirectoryPage
extends ConfluenceAbstractPage

Represents the People Directory Page

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, waiter
 
Constructor Summary
PeopleDirectoryPage()
           
 
Method Summary
 Set<String> getAllUsernames()
           
 String getUrl()
           
 UserProfileMacro getUserMacro(String username)
           
 boolean hasUser(String username)
           
 boolean isShowingAllPeople()
           
 boolean isShowingPeopleWithPersonalSpaces()
           
 void parseUsers()
           
 PeopleDirectoryPage showAllPeople()
           
 PeopleDirectoryPage showAllPeopleWithPersonalSpaces()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
doWait, getAlert, getBrowseMenu, getComponent, getHeader, getUserMenu, isLoggedIn, setSetupComplete
 
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()

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 UserProfileMacro getUserMacro(String username)

isShowingAllPeople

public boolean isShowingAllPeople()

isShowingPeopleWithPersonalSpaces

public boolean isShowingPeopleWithPersonalSpaces()


Copyright © 2003-2012 Atlassian. All Rights Reserved.