Uses of Class
com.atlassian.confluence.links.ReferralLink
-
Packages that use ReferralLink Package Description com.atlassian.confluence.core com.atlassian.confluence.links -
-
Uses of ReferralLink in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type ReferralLink Modifier and Type Method Description List<ReferralLink>ContentEntityObject. getReferralLinks()Deprecated.since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243Methods in com.atlassian.confluence.core with parameters of type ReferralLink Modifier and Type Method Description voidContentEntityObject. addReferralLink(ReferralLink link)Deprecated.since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243voidContentEntityObject. removeReferralLink(ReferralLink link)Deprecated.since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243Method parameters in com.atlassian.confluence.core with type arguments of type ReferralLink Modifier and Type Method Description voidContentEntityObject. setReferralLinks(List<ReferralLink> referralLinks)Deprecated.since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243 -
Uses of ReferralLink in com.atlassian.confluence.links
Subclasses of ReferralLink in com.atlassian.confluence.links Modifier and Type Class Description classTrackbackLinkDeprecated.since 7.0.1, it will be removed by this ticket: https://jira.atlassian.com/browse/CONFSRVDEV-10243Methods in com.atlassian.confluence.links that return types with arguments of type ReferralLink Modifier and Type Method Description List<ReferralLink>DefaultReferralManager. getHotReferrers(ContentEntityObject content, int maxCount)Deprecated.List<ReferralLink>ReferralManager. getHotReferrers(ContentEntityObject content, int maxCount)Deprecated.Methods in com.atlassian.confluence.links with parameters of type ReferralLink Modifier and Type Method Description intReferralLink. compareTo(ReferralLink other)Deprecated.Order by hit-count, descending.voidDefaultReferralManager. saveReferralLink(ReferralLink link)Deprecated.voidReferralManager. saveReferralLink(ReferralLink link)Deprecated.
-