|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.customware.gwt.dispatch.shared.BatchResult
public class BatchResult
Contains the list of 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 Summary | |
---|---|
BatchResult(java.util.List<Result> results)
|
Method Summary | |
---|---|
java.util.List<Result> |
getResults()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchResult(java.util.List<Result> results)
Method Detail |
---|
public java.util.List<Result> getResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |