| Constructor and Description |
|---|
CompositeResult(ModelNode steps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
Iterator<ModelNode> |
iterator() |
ModelNode[] |
jsSteps() |
int |
size() |
ModelNode |
step(int index) |
ModelNode |
step(String step) |
Stream<ModelNode> |
stream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@JsIgnore public CompositeResult(ModelNode steps)
@JsIgnore public ModelNode step(int index)
index - zero-based!public ModelNode step(String step)
step - Step as "step-n" (one-based!)@JsProperty(name="size") public int size()
@JsProperty public boolean isEmpty()
@JsProperty(name="steps") public ModelNode[] jsSteps()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.