public interface LinkDao extends ObjectDao
NON_CACHEABLE
Modifier and Type | Method and Description |
---|---|
List |
findByDestinationSpaceKey(String spaceKey) |
List |
getLinksTo(ContentEntityObject content) |
List |
getReferringContent(ContentEntityObject content) |
void |
removeCorruptOutgoingLinks() |
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
List getLinksTo(ContentEntityObject content)
List getReferringContent(ContentEntityObject content)
void removeCorruptOutgoingLinks()
Copyright © 2003–2015 Atlassian. All rights reserved.