| Package | Description |
|---|---|
| org.jboss.hal.core |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudOperations.jsRead(Object address,
CrudOperations.ReadCallback callback)
Executes a read-resource operation on the specified address and passes the result to the callback.
|
void |
CrudOperations.jsReadRecursive(Object address,
CrudOperations.ReadCallback callback)
Executes a recursive read-resource operation on the specified address and passes the result to the callback.
|
void |
CrudOperations.read(AddressTemplate template,
CrudOperations.ReadCallback callback)
Executes an
ModelDescriptionConstants.READ_RESOURCE_OPERATION on the specified
template and passes the result to the specified callback. |
void |
CrudOperations.read(AddressTemplate template,
int depth,
CrudOperations.ReadCallback callback)
Executes an
ModelDescriptionConstants.READ_RESOURCE_OPERATION with the specified depth
on the specified template and passes the result to the specified callback. |
void |
CrudOperations.read(ResourceAddress address,
CrudOperations.ReadCallback callback)
Executes an
ModelDescriptionConstants.READ_RESOURCE_OPERATION on the specified
address and passes the result to the specified callback. |
void |
CrudOperations.read(ResourceAddress address,
int depth,
CrudOperations.ReadCallback callback)
Executes an
ModelDescriptionConstants.READ_RESOURCE_OPERATION with the specified depth
on the specified address and passes the result to the specified callback. |
void |
CrudOperations.readRecursive(AddressTemplate template,
CrudOperations.ReadCallback callback)
Executes a recursive
ModelDescriptionConstants.READ_RESOURCE_OPERATION on the
specified template and passes the result to the specified callback. |
void |
CrudOperations.readRecursive(ResourceAddress address,
CrudOperations.ReadCallback callback)
Executes a recursive
ModelDescriptionConstants.READ_RESOURCE_OPERATION on the
specified address and passes the result to the specified callback. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.