| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.migration.AbstractOrderedEntityObjectBatchableWorkSource<T>
OrderedEntityObjectBatchableWorkSource.
@Deprecated public abstract class AbstractOrderedEntityObjectBatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>
| Constructor Summary | |
|---|---|
| AbstractOrderedEntityObjectBatchableWorkSource(int batchSize)Deprecated. | |
| Method Summary | |
|---|---|
|  java.util.List<T> | getBatch()Deprecated. Returns a batch of work. | 
| protected abstract  java.util.List<T> | getLatestEntityObjects(long startContentId,
                       int maxRows)Deprecated. | 
| abstract  int | getTotalSize()Deprecated. | 
|  boolean | hasMoreBatches()Deprecated. | 
|  int | numberOfBatches()Deprecated. | 
|  void | reset(int total)Deprecated. Reset the work source ready to begin getting batches again. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AbstractOrderedEntityObjectBatchableWorkSource(int batchSize)
| Method Detail | 
|---|
public java.util.List<T> getBatch()
getBatch in interface BatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>
protected abstract java.util.List<T> getLatestEntityObjects(long startContentId,
                                                            int maxRows)
public boolean hasMoreBatches()
hasMoreBatches in interface BatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>public int numberOfBatches()
numberOfBatches in interface BatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>public abstract int getTotalSize()
getTotalSize in interface BatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>public void reset(int total)
BatchableWorkSource
reset in interface BatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||