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

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateLinkDao

public interface LinkDao
extends ObjectDao


Method Summary
 java.util.List findByDestinationSpaceKey(java.lang.String spaceKey)
           
 java.util.List getLinksTo(ContentEntityObject content)
           
 java.util.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

java.util.List getLinksTo(ContentEntityObject content)

getReferringContent

java.util.List getReferringContent(ContentEntityObject content)

findByDestinationSpaceKey

java.util.List findByDestinationSpaceKey(java.lang.String spaceKey)

removeCorruptOutgoingLinks

void removeCorruptOutgoingLinks()


Copyright © 2003-2013 Atlassian. All Rights Reserved.