| Package | Description |
|---|---|
| org.alfresco.po.share | |
| org.alfresco.po.share.dashlet | |
| org.alfresco.po.share.dashlet.sitecontent | |
| org.alfresco.po.share.task |
| Modifier and Type | Method and Description |
|---|---|
List<ShareLink> |
PeopleFinderResultPage.getResults()
Gets the names of the search result.
|
List<ShareLink> |
PeopleFinderPage.getResults()
Gets the names of the search result.
|
| Modifier and Type | Method and Description |
|---|---|
ShareLink |
ActivityShareLink.getDocument() |
ShareLink |
ActivityShareLink.getSite() |
ShareLink |
ActivityShareLink.getUser() |
ShareLink |
SiteContentDashlet.select(String name)
Retrieves the link that match the content name.
|
ShareLink |
SiteActivitiesDashlet.selectActivityDocument(String name)
Selects the document link on the activity that appears on my activities dashlet
by matching the name to the link.
|
ShareLink |
SiteActivitiesDashlet.selectActivityUser(String name)
Selects the user link on an activity that appears on my activities dashlet
by matching the name to the link.
|
ShareLink |
MyDocumentsDashlet.selectDocument(String title)
Selects a document that appears on my documents dashlet by the matching name and
clicks on the link.
|
ShareLink |
SiteMembersDashlet.selectMember(String name)
Retrieves the link that match the site members name.
|
ShareLink |
MySitesDashlet.selectSite(String name)
Retrieves the link that match the site name.
|
ShareLink |
MyTasksDashlet.selectTask(String title)
Selects a task that appears on my tasks dashlet by the matching name and
clicks on the link.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareLink> |
MyDocumentsDashlet.getDocuments()
The collection of documents displayed on my documents dashlet.
|
List<ShareLink> |
SiteMembersDashlet.getMembers()
The member of the site that is displayed on
site members dashlet.
|
List<ShareLink> |
SiteWelcomeDashlet.getOptions()
The Welcome Dashlet shows some options on this Dashlet.
|
List<ShareLink> |
SiteActivitiesDashlet.getSiteActivities(MyActivitiesDashlet.LinkType linktype)
Get Activities based on the link type.
|
List<ShareLink> |
SiteContentDashlet.getSiteContents()
The content of the site that is displayed on site content dashlet.
|
List<ShareLink> |
MySitesDashlet.getSites()
The active sites displayed on my site dashlet.
|
List<ShareLink> |
MyTasksDashlet.getTasks()
The collection of tasks displayed on my tasks dashlet.
|
| Constructor and Description |
|---|
ActivityShareLink(ShareLink user,
ShareLink document,
ShareLink site,
String description)
Constructor.
|
ActivityShareLink(ShareLink user,
ShareLink site,
String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ShareLink |
DetailedViewInformation.getComment() |
ShareLink |
SimpleViewInformation.getContentDetail() |
ShareLink |
DetailedViewInformation.getFavorite() |
ShareLink |
DetailedViewInformation.getLike() |
ShareLink |
SimpleViewInformation.getThumbnail() |
ShareLink |
SimpleViewInformation.getUser() |
| 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) |
SimpleViewInformation(org.alfresco.webdrone.WebDrone drone,
ShareLink thumbnail,
ShareLink contentDetail,
ShareLink user,
String contentStatus,
boolean previewDisplayed) |
| Modifier and Type | Method and Description |
|---|---|
ShareLink |
SelectAssigneePage.AssigneeResultsRow.getUserProfileLink() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectAssigneePage.AssigneeResultsRow.setUserProfileLink(ShareLink userProfileLink) |
Copyright © 2013. All Rights Reserved.