com.atlassian.confluence.links.persistence.dao
Interface LinkDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateLinkDao

public interface LinkDao
extends ObjectDao


Method Summary
 List findByDestinationSpaceKey(String spaceKey)
           
 List getLinksTo(ContentEntityObject content)
           
 List getReferringContent(ContentEntityObject content)
           
 void removeCorruptOutgoingLinks()
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getLinksTo

List getLinksTo(ContentEntityObject content)

getReferringContent

List getReferringContent(ContentEntityObject content)

findByDestinationSpaceKey

List findByDestinationSpaceKey(String spaceKey)

removeCorruptOutgoingLinks

void removeCorruptOutgoingLinks()


Copyright © 2003-2013 Atlassian. All Rights Reserved.