Uses of Class
com.xpn.xwiki.doc.XWikiLink
-
Packages that use XWikiLink Package Description com.xpn.xwiki.api com.xpn.xwiki.doc com.xpn.xwiki.store -
-
Uses of XWikiLink in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return types with arguments of type XWikiLink Modifier and Type Method Description List<XWikiLink>
Document. getLinks()
-
Uses of XWikiLink in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return types with arguments of type XWikiLink Modifier and Type Method Description Set<XWikiLink>
XWikiDocument. getUniqueWikiLinkedPages(XWikiContext context)
Get a list of unique links from this document to others documents. -
Uses of XWikiLink in com.xpn.xwiki.store
Methods in com.xpn.xwiki.store that return types with arguments of type XWikiLink Modifier and Type Method Description List<XWikiLink>
XWikiCacheStore. loadLinks(long docId, XWikiContext context, boolean bTransaction)
Deprecated.List<XWikiLink>
XWikiHibernateStore. loadLinks(long docId, XWikiContext inputxcontext, boolean bTransaction)
Deprecated.List<XWikiLink>
XWikiStoreInterface. loadLinks(long docId, XWikiContext context, boolean bTransaction)
Deprecated.useLinkStore
APIs instead
-