Uses of Class
com.atlassian.confluence.links.TrackbackLink

Packages that use TrackbackLink
com.atlassian.confluence.core   
com.atlassian.confluence.pages.actions   
 

Uses of TrackbackLink in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type TrackbackLink
 List<TrackbackLink> ContentEntityObject.getTrackbackLinks()
           
 

Methods in com.atlassian.confluence.core with parameters of type TrackbackLink
 void SpaceContentEntityObject.addTrackbackLink(TrackbackLink link)
           
 void ContentEntityObject.addTrackbackLink(TrackbackLink link)
           
 void ContentEntityObject.removeTrackbackLink(TrackbackLink link)
           
 

Method parameters in com.atlassian.confluence.core with type arguments of type TrackbackLink
 void ContentEntityObject.setTrackbackLinks(List<TrackbackLink> trackbackLinks)
           
 

Uses of TrackbackLink in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type TrackbackLink
 List<TrackbackLink> PageInfoAction.getTrackbackLinks()
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.