BatchResult.@Deprecated public class BatchResult extends Object implements Result
Results from successful actions in the
BatchAction. The order will match the order of the original
Actions listed in the BatchAction.
If the BatchAction was specified to have an BatchAction.OnException value
of BatchAction.OnException.CONTINUE, failed actions will have a null
value.| Constructor and Description |
|---|
BatchResult(List<Result> results)
Deprecated.
Creates a new result with the list of results from the batch action, in
order.
|
Copyright © 2010–2014 Arcbees. All rights reserved.