Uses of Class
com.atlassian.confluence.links.TrackbackLink
-
Packages that use TrackbackLink Package Description com.atlassian.confluence.core -
-
Uses of TrackbackLink in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type TrackbackLink Modifier and Type Method Description List<TrackbackLink>ContentEntityObject. getTrackbackLinks()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 TrackbackLink Modifier and Type Method Description voidContentEntityObject. addTrackbackLink(TrackbackLink link)Deprecated.since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243voidContentEntityObject. removeTrackbackLink(TrackbackLink 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 TrackbackLink Modifier and Type Method Description voidContentEntityObject. setTrackbackLinks(List<TrackbackLink> trackbackLinks)Deprecated.since 7.0.1, it will be removed by: https://jira.atlassian.com/browse/CONFSRVDEV-10243
-