public interface

BodyContentDao

com.atlassian.confluence.core.persistence.BodyContentDao
Known Indirect Subclasses

Summary

Public Methods
List<BodyContent> getBodyContent(int startRow, int maxRows)
int getBodyContentCount()

Public Methods

public 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.

public int getBodyContentCount ()

Returns
  • the total number of BodyContent objects in Confluence. This includes all content types and all historical versions.