com.atlassian.confluence.plugins.edgeindex.rest
Interface ContentEntityHelper
- All Known Implementing Classes:
- HibernateContentEntityHelper
public interface ContentEntityHelper
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-2013 Atlassian. All Rights Reserved.