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

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

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 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.
 

Methods in org.alfresco.webdrone.share.dashlet that return types with arguments of type ShareLink
 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.
 

Constructors in org.alfresco.webdrone.share.dashlet with parameters of type ShareLink
ActivityShareLink(ShareLink user, ShareLink document, ShareLink site, String description)
          Constructor.
ActivityShareLink(ShareLink user, ShareLink site, String description)
          Constructor.
 

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

Methods in org.alfresco.webdrone.share.dashlet.sitecontent that return ShareLink
 ShareLink DetailedViewInformation.getComment()
           
 ShareLink SimpleViewInformation.getContentDetail()
           
 ShareLink DetailedViewInformation.getFavorite()
           
 ShareLink DetailedViewInformation.getLike()
           
 ShareLink SimpleViewInformation.getThumbnail()
           
 ShareLink SimpleViewInformation.getUser()
           
 

Constructors in org.alfresco.webdrone.share.dashlet.sitecontent with parameters of type ShareLink
DetailedViewInformation(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(ShareLink thumbnail, ShareLink contentDetail, ShareLink user, String contentStatus, boolean previewDisplayed)
           
 



Copyright © 2013. All Rights Reserved.