public class FilePlanPage extends RMSitePage
alfrescoVersion, dojoSupport, elementWaitInSeconds, popupRendertime, PROMPT_PANEL_ID, WAIT_TIME_3000| Constructor and Description |
|---|
FilePlanPage(org.alfresco.webdrone.WebDrone drone)
Constructor.
|
FilePlanPage(org.alfresco.webdrone.WebDrone drone,
boolean hasRecords)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FileDirectoryInfo |
getFileDirectoryInfo(Integer number)
Select a particular file directory info row
based on the count, the accepted range is 1-50.
|
FileDirectoryInfo |
getFileDirectoryInfo(String title)
Select a particular file directory info row based on the title.
|
String |
getFilePlanDescription()
The file plan filter description.
|
FilePlanNavigation |
getFilePlanNavigation()
Get html element on the side of the page with
file plan sub navigation also known as filters.
|
List<FileDirectoryInfo> |
getFiles()
Extracts the results from result table that matches the file name.
|
boolean |
hasFiles()
Checks document list is populated by injecting
a javascript in to an alfresco component that
renders the document list.
|
boolean |
hasNextPage()
Checks if pagination next button is active.
|
boolean |
hasPreviousPage()
Checks if pagination previous button is active.
|
boolean |
hasRecords()
Verify if records exists.
|
boolean |
isAddRecordMetaDataVisible()
Checked if add record metadata link is visibile.
|
boolean |
isCreateNewCategoryDisplayed()
Checks visibility of create new category button
on the file plan page header.
|
boolean |
isManageRulesDisplayed()
Verify if header sub navigation has manage rules button visible.
|
FilePlanPage |
render() |
FilePlanPage |
render(long time) |
FilePlanPage |
render(org.alfresco.webdrone.RenderTime timer) |
CreateNewCategoryForm |
selectCreateNewCategory()
Action mimicking select click on new category button.
|
ManageRulesPage |
selectManageRules()
Action of click on manage rules button.
|
void |
selectNextPage()
Selects the button next on the pagination bar.
|
void |
selectPreviousPage()
Selects the button previous on the pagination bar.
|
getSiteNavbasicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getElementText, getLogin, getNav, getPageTitle, getPopupRendertime, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, setAlfrescoVersion, setElementWaitInSeconds, setPopupRendertime, submit, waitForFile, waitForFile, waitForFilepublic FilePlanPage(org.alfresco.webdrone.WebDrone drone)
drone - WebDronepublic FilePlanPage(org.alfresco.webdrone.WebDrone drone,
boolean hasRecords)
drone - WebDronepublic FilePlanPage render(org.alfresco.webdrone.RenderTime timer)
public FilePlanPage render(long time)
public FilePlanPage render()
public boolean isCreateNewCategoryDisplayed()
public CreateNewCategoryForm selectCreateNewCategory()
public boolean hasRecords()
public boolean isManageRulesDisplayed()
public ManageRulesPage selectManageRules()
RMManageRulesPage page responsepublic boolean hasNextPage()
public boolean hasPreviousPage()
public void selectNextPage()
public void selectPreviousPage()
public FilePlanNavigation getFilePlanNavigation()
FilePlanNavigation side element filterpublic String getFilePlanDescription()
public FileDirectoryInfo getFileDirectoryInfo(String title)
title - String item titleFileDirectoryInfo page responsepublic FileDirectoryInfo getFileDirectoryInfo(Integer number)
number - Integer item rowFileDirectoryInfo page responsepublic List<FileDirectoryInfo> getFiles()
FileDirectoryInfo relating to resultpublic boolean hasFiles()
public boolean isAddRecordMetaDataVisible()
Copyright © 2013. All Rights Reserved.