com.atlassian.confluence.plugins.edgeindex.rest
Interface ContentEntityHelper

All Known Implementing Classes:
HibernateContentEntityHelper

public interface ContentEntityHelper


Method Summary
 Map<Long,Integer> getCommentCounts(List<Long> contentIds)
           
 List<ContentEntityObject> getContentEntities(List<Long> contentIds)
           
 Map<Long,Integer> getNestedCommentCounts(List<Long> commentIds)
           
 

Method Detail

getContentEntities

List<ContentEntityObject> getContentEntities(List<Long> contentIds)

getCommentCounts

Map<Long,Integer> getCommentCounts(List<Long> contentIds)

getNestedCommentCounts

Map<Long,Integer> getNestedCommentCounts(List<Long> commentIds)


Copyright © 2003-2013 Atlassian. All Rights Reserved.