T - Type of Node/Task IDR - Type of Node/Task resultpublic final class ExecutionResults<T,R> extends Object implements Serializable
| Constructor and Description |
|---|
ExecutionResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ExecutionResult<T,R> result)
adds
result to existing collection of results |
boolean |
anyParentSkipped() |
List<ExecutionResult<T,R>> |
getAll() |
ExecutionResult<T,R> |
getFirst() |
boolean |
hasAnyParentResult() |
String |
toString() |
public void add(ExecutionResult<T,R> result)
result to existing collection of resultsresult - Result to be added to all resultspublic ExecutionResult<T,R> getFirst()
in the collectionpublic boolean hasAnyParentResult()
true If there is any result
false if no resultpublic boolean anyParentSkipped()
true If any parent is skipped
false if no parent is skippedpublic List<ExecutionResult<T,R>> getAll()
Copyright © 2016 Dexecutor. All rights reserved.