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

All Known Implementing Classes:
HibernateContentEntityHelper

public interface ContentEntityHelper


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

Method Detail

getContentEntities

java.util.List<ContentEntityObject> getContentEntities(java.util.List<java.lang.Long> contentIds)

getCommentCounts

java.util.Map<java.lang.Long,java.lang.Integer> getCommentCounts(java.util.List<java.lang.Long> contentIds)

getNestedCommentCounts

java.util.Map<java.lang.Long,java.lang.Integer> getNestedCommentCounts(java.util.List<java.lang.Long> commentIds)


Copyright © 2003-2014 Atlassian. All Rights Reserved.