|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.webdrone.share.site.document.ShareContentRow
public class ShareContentRow
Represents a Data Grid / table view.
| Constructor Summary | |
|---|---|
ShareContentRow(HtmlElement element)
|
|
| Method Summary | |
|---|---|
String |
getContentNodeRef()
Get NodeRef for the content on the selected data row on DocumentLibrary Page. |
String |
getEditInfo()
|
boolean |
getFavouriteStatus()
|
String |
getFileDesc()
|
FileDirectoryInfo |
getFileDirectoryInfo(WebDrone drone)
Returns the FileDirectoryInfo object in the selected ShareContentRow. |
String |
getLikeCount()
|
String |
getLikeCount(WebDrone drone)
Returns the Like Count for the content in the selected ShareContentRow. |
boolean |
getLikeStatus()
|
List<String> |
getTagInfo()
|
List<String> |
getTags(WebDrone drone)
Returns the TagList for the content in the selected ShareContentRow. |
boolean |
isContentCheckboxSelected()
Verify if checkbox next to the contentRow is selected. |
boolean |
isFavourite(WebDrone drone)
Returns the Favourite status for the content in the selected ShareContentRow. |
boolean |
isFolder()
Returns true if content in the selected data row on DocumentLibrary is folder Page. |
boolean |
isLiked(WebDrone drone)
Returns the Like status for the content in the selected ShareContentRow. |
void |
selectContentCheckbox()
Selects checkbox next to the contentRow. |
SitePage |
selectDocumentThumbnail(WebDrone drone)
Clicks on the thumbnail next to the contentRow. |
DocumentLibraryPage |
selectDownload(WebDrone drone)
Selects the |
DocumentLibraryPage |
selectDownloadFolderAsZip(WebDrone drone)
Selects the |
org.openqa.selenium.WebElement |
selectMoreAction()
Returns the WebElement for |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShareContentRow(HtmlElement element)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void selectContentCheckbox()
public boolean isContentCheckboxSelected()
public SitePage selectDocumentThumbnail(WebDrone drone)
public FileDirectoryInfo getFileDirectoryInfo(WebDrone drone)
public boolean isLiked(WebDrone drone)
public boolean isFavourite(WebDrone drone)
public String getLikeCount(WebDrone drone)
public List<String> getTags(WebDrone drone)
public org.openqa.selenium.WebElement selectMoreAction()
public String getEditInfo()
public String getFileDesc()
public List<String> getTagInfo()
public String getLikeCount()
public boolean getLikeStatus()
public boolean getFavouriteStatus()
public DocumentLibraryPage selectDownload(WebDrone drone)
drone - WebDrone
DocumentLibraryPage responsepublic String getContentNodeRef()
public DocumentLibraryPage selectDownloadFolderAsZip(WebDrone drone)
drone - WebDrone
DocumentLibraryPage responsepublic boolean isFolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||