com.atlassian.confluence.core.persistence
Interface BodyContentDao

All Known Implementing Classes:
BodyContentHibernateDao

public interface BodyContentDao


Method Summary
 java.util.List<BodyContent> getBodyContent(int startRow, int maxRows)
           
 int getBodyContentCount()
           
 

Method Detail

getBodyContentCount

int getBodyContentCount()
Returns:
the total number of BodyContent objects in Confluence. This includes all content types and all historical versions.

getBodyContent

java.util.List<BodyContent> getBodyContent(int startRow,
                                           int maxRows)
Parameters:
startRow - the row to begin returning data from
maxRows - the maximum number of rows to return. This must be greater than 0
Returns:
the BodyContent objects found.


Copyright © 2003-2014 Atlassian. All Rights Reserved.