Uses of Class
org.alfresco.webdrone.share.ShareLink

Packages that use ShareLink
org.alfresco.webdrone.share   
org.alfresco.webdrone.share.dashlet   
 

Uses of ShareLink in org.alfresco.webdrone.share
 

Methods in org.alfresco.webdrone.share that return types with arguments of type ShareLink
 List<ShareLink> PeopleFinderResultPage.getResults()
          Gets the names of the search result.
 

Uses of ShareLink in org.alfresco.webdrone.share.dashlet
 

Methods in org.alfresco.webdrone.share.dashlet that return ShareLink
 ShareLink SiteContentDashlet.select(String name)
          Retrieves the link that match the content name.
 ShareLink MyDocumentsDashlet.selectDocument(String title)
          Selects a document that appears on my documents dashlet by the matching name and clicks on the link.
 ShareLink MyActivitiesDashlet.selectLink(String name)
          Select a link from activity list by a given name with a default of document type, as there are additional links such as user or site in the same web element.
 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.
 

Methods in org.alfresco.webdrone.share.dashlet that return types with arguments of type ShareLink
 List<ShareLink> MyActivitiesDashlet.getActivities(MyActivitiesDashlet.LinkType linktype)
          Get Activities based on the link type.
 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> 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.
 



Copyright © 2013. All Rights Reserved.