Modifier and Type |
Method and Description |
void |
addResult(IEntryPacket result) |
void |
addToProcessedUidsIfNeeded(String uid) |
protected void |
createProcessedUidsIfNeeded() |
protected List<IEntryPacket> |
createResultList(ITemplatePacket template,
int maxEntries)
Create a list that will accumulate the batch operation results.
|
List<Throwable> |
getExceptions() |
int |
getMaxEntries() |
int |
getMinEntries() |
int |
getNumResults() |
List<IEntryPacket> |
getResults() |
boolean |
hasAnyEntries() |
boolean |
isClear() |
boolean |
isInProcessedUids(String uid) |
protected boolean |
keepResultsInBatchContext() |
boolean |
needProcessEntriesForReturnedResult() |
boolean |
needToProcessExecption() |
abstract void |
onException(Throwable t)
Handles an exception that was thrown while executing the batch operation
|
IEntryPacket[] |
processReturnedValueForBatchOperation(ITemplateHolder template) |
boolean |
reachedMaxEntries() |
boolean |
reachedMinEntries() |
void |
setExceptions(List<Throwable> exceptions) |
protected void |
setResults(List<IEntryPacket> _results) |