|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ccm.CcmBrowseReportResourcesDialog
public class CcmBrowseReportResourcesDialog
Manage dialog launched to import reports into My Reports from CCM page.
Following actions are accessible on this page:
expandLine(String)
: Expands the folder expand(String)
: Expands the folder getAllReportTitles(int, String, List, String)
: Finds all the report titles and adds them to String List getSubFolders()
:getFolderList()
:clickOkButton()
:
CcmWebReportsPage
Constructor Summary | |
---|---|
CcmBrowseReportResourcesDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
clickOkButton()
|
void |
expand(java.lang.String type)
|
void |
expandLine(java.lang.String title)
Expands the given line in the tree of the Browse Dialog |
java.util.List<java.lang.String> |
getAllReportTitles(int i,
java.lang.String type,
java.util.List<java.lang.String> reportList,
java.lang.String subFolder)
Finds all report names |
java.util.List<java.lang.String> |
getFolderList()
Returns the list of subFolders. |
java.util.List<java.lang.String> |
getSubFolders()
Collect the titles of any sub folder to expand in order to get the reports to import. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog |
---|
open |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
---|
cancel, close |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CcmBrowseReportResourcesDialog(ClmWebPage page)
Method Detail |
---|
public void expandLine(java.lang.String title)
title
- The title of the tree element to expandpublic void expand(java.lang.String type)
public java.util.List<java.lang.String> getAllReportTitles(int i, java.lang.String type, java.util.List<java.lang.String> reportList, java.lang.String subFolder)
i
- the report at index i that is being imported.type
- The type of report to import : CCM, QM or RMreportList
- String List of current report titles of type subFolder
- Title of subfolder to expand if needed
public java.util.List<java.lang.String> getSubFolders()
public void clickOkButton()
public java.util.List<java.lang.String> getFolderList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |