asPropertyOperation.Builder| Constructor and Description |
|---|
Composite()
Creates a new empty composite.
|
Composite(List<Operation> operations) |
Composite(Operation first,
Operation... rest) |
| Modifier and Type | Method and Description |
|---|---|
Composite |
add(Operation operation)
Adds the specified operation to this composite.
|
Composite |
addHeader(String name,
boolean value) |
Composite |
addHeader(String name,
String value) |
String |
asCli() |
boolean |
isEmpty() |
Iterator<Operation> |
iterator() |
Operation[] |
jsOperations() |
Composite |
runAs(Set<String> runAs) |
int |
size() |
String |
toString()
Get a human-readable string representation of this model node, formatted nicely (possibly on multiple lines).
|
getAddress, getHeader, getName, getParameter, getRoles, hasParameteradd, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addEmptyList, addEmptyObject, addExpression, as, asBigDecimal, asBigInteger, asBoolean, asBoolean, asBytes, asDouble, asDouble, asInt, asInt, asList, asLong, asLong, asObject, asProperty, asPropertyList, asString, asType, clear, clone, equals, equals, format, fromBase64, get, get, get, getFailureDescription, getType, has, has, hasDefined, hasDefined, hashCode, isDefined, isFailure, jsAsList, jsAsProperties, jsCreate, jsGetJSONString, keys, protect, remove, require, require, resolve, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setEmptyList, setEmptyObject, setExpression, setExpression, toBase64String, toJSONString, toJSONString, writeExternalfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliterator@JsMethod(name="addOperation") public Composite add(Operation operation)
operation - The operation to add.@JsProperty public boolean isEmpty()
@JsProperty(name="size") public int size()
public String toString()
ModelNodepublic String asCli()
@JsProperty(name="operations") public Operation[] jsOperations()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.