| Package | Description |
|---|---|
| org.jboss.hal.core |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudOperations.readChildren(AddressTemplate template,
String childType,
CrudOperations.ReadChildrenCallback callback)
Executes an
ModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATION on the
specified template and passes the result as List<Property> to the specified callback. |
void |
CrudOperations.readChildren(AddressTemplate template,
String childType,
int depth,
CrudOperations.ReadChildrenCallback callback)
Executes an
ModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATION on the
specified template and passes the result as List<Property> to the specified callback. |
void |
CrudOperations.readChildren(ResourceAddress address,
String resource,
CrudOperations.ReadChildrenCallback callback)
Executes an
ModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATION on the
specified address and passes the result as List<Property> to the specified callback. |
void |
CrudOperations.readChildren(ResourceAddress address,
String resource,
int depth,
CrudOperations.ReadChildrenCallback callback)
Executes an
ModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATION on the
specified address and passes the result as List<Property> to the specified callback. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.