com.atlassian.confluence.core.persistence
Interface BodyContentDao
- All Known Implementing Classes:
- BodyContentHibernateDao
public interface BodyContentDao
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 frommaxRows
- 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.