BatchResult
.@Deprecated public class BatchResult extends Object implements Result
Result
s from successful actions in the
BatchAction
. The order will match the order of the original
Action
s 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.