| Package | Description |
|---|---|
| org.jboss.hal.core |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudOperations.addSingleton(String type,
AddressTemplate template,
CrudOperations.AddSingletonCallback callback)
Executes an add operation using the specified template.
|
void |
CrudOperations.addSingleton(String type,
AddressTemplate template,
ModelNode payload,
CrudOperations.AddSingletonCallback callback)
Executes an add operation using the specified template and payload.
|
void |
CrudOperations.addSingleton(String type,
Operation operation,
CrudOperations.AddSingletonCallback callback)
Executes the specified add operation.
|
void |
CrudOperations.addSingleton(String type,
ResourceAddress address,
ModelNode payload,
CrudOperations.AddSingletonCallback callback)
Executes an add operation using the specified address and payload.
|
void |
CrudOperations.addSingleton(String id,
String type,
AddressTemplate template,
CrudOperations.AddSingletonCallback callback)
Opens an add-resource-dialog for the given singleton resource type.
|
void |
CrudOperations.addSingleton(String id,
String type,
AddressTemplate template,
Iterable<String> attributes,
CrudOperations.AddSingletonCallback callback)
Opens an add-resource-dialog for the given singleton resource type.
|
void |
CrudOperations.addSingleton(String id,
String type,
Metadata metadata,
AddressTemplate template,
CrudOperations.AddSingletonCallback callback)
Opens an add-resource-dialog for the given singleton resource type.
|
void |
CrudOperations.jsAddSingleton(String type,
Object address,
ModelNode payload,
CrudOperations.AddSingletonCallback callback)
Executes an add operation using the specified payload.
|
void |
CrudOperations.jsAddSingletonDialog(String type,
Object address,
String[] attributes,
CrudOperations.AddSingletonCallback callback)
Opens an add-resource dialog for the given singleton resource type.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.