public interface

LinkDao

implements ObjectDao
com.atlassian.confluence.links.persistence.dao.LinkDao
Known Indirect Subclasses

Summary

Public Methods
List findByDestinationSpaceKey(String spaceKey)
List getLinksTo(ContentEntityObject content)
List getReferringContent(ContentEntityObject content)
void removeCorruptOutgoingLinks()
[Expand]
Inherited Methods
From interface bucket.core.persistence.ObjectDao

Public Methods

public List findByDestinationSpaceKey (String spaceKey)

public List getLinksTo (ContentEntityObject content)

public List getReferringContent (ContentEntityObject content)

public void removeCorruptOutgoingLinks ()