public class DetailedViewInformation extends SimpleViewInformation
| Constructor and Description |
|---|
DetailedViewInformation(org.alfresco.webdrone.WebDrone drone,
ShareLink thumbnail,
ShareLink contentDetail,
ShareLink user,
String contentStatus,
ShareLink comment,
ShareLink like,
ShareLink favourite,
int likeCount,
String fileSize,
String desc,
double version,
boolean favouriteEnabled,
boolean likeEnabled) |
| Modifier and Type | Method and Description |
|---|---|
DocumentDetailsPage |
clickComment()
Mimics the action of clicking comment.
|
ShareLink |
getComment() |
String |
getDescription() |
ShareLink |
getFavorite() |
String |
getFileSize() |
ShareLink |
getLike() |
int |
getLikecount() |
double |
getVersion() |
boolean |
isFavouriteEnabled() |
boolean |
isLikeEnabled() |
String |
toString() |
clickContentDetail, clickUser, getContentDetail, getContentStatus, getThumbnail, getUser, isPreviewDisplayedpublic DetailedViewInformation(org.alfresco.webdrone.WebDrone drone,
ShareLink thumbnail,
ShareLink contentDetail,
ShareLink user,
String contentStatus,
ShareLink comment,
ShareLink like,
ShareLink favourite,
int likeCount,
String fileSize,
String desc,
double version,
boolean favouriteEnabled,
boolean likeEnabled)
public boolean isLikeEnabled()
public boolean isFavouriteEnabled()
public int getLikecount()
public String getFileSize()
public ShareLink getComment()
public String getDescription()
public double getVersion()
public ShareLink getLike()
public ShareLink getFavorite()
public DocumentDetailsPage clickComment()
DocumentDetailsPagepublic String toString()
toString in class SimpleViewInformationCopyright © 2013. All Rights Reserved.