com.atlassian.confluence.content.render.xhtml.migration
Interface OrderedEntityObjectBatchableWorkSource.EntitySource<T extends com.atlassian.core.bean.EntityObject>

Enclosing class:
OrderedEntityObjectBatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>

protected static interface OrderedEntityObjectBatchableWorkSource.EntitySource<T extends com.atlassian.core.bean.EntityObject>


Method Summary
 List<T> getEntityObjects(long startContentId, long endContentId)
           
 List<Long> getLatestEntityIds(long startContentId, int maxRows)
           
 int getTotalSize()
           
 

Method Detail

getLatestEntityIds

List<Long> getLatestEntityIds(long startContentId,
                              int maxRows)

getEntityObjects

List<T> getEntityObjects(long startContentId,
                         long endContentId)

getTotalSize

int getTotalSize()


Copyright © 2003–2015 Atlassian. All rights reserved.