Uses of Interface
org.jboss.hal.core.CrudOperations.AddSingletonCallback
-
Packages that use CrudOperations.AddSingletonCallback Package Description org.jboss.hal.core -
-
Uses of CrudOperations.AddSingletonCallback in org.jboss.hal.core
Methods in org.jboss.hal.core with parameters of type CrudOperations.AddSingletonCallback Modifier and Type Method Description voidCrudOperations. addSingleton(String id, String type, AddressTemplate template, Iterable<String> attributes, CrudOperations.AddSingletonCallback callback)Opens an add-resource-dialog for the given singleton resource type.voidCrudOperations. addSingleton(String id, String type, AddressTemplate template, CrudOperations.AddSingletonCallback callback)Opens an add-resource-dialog for the given singleton resource type.voidCrudOperations. addSingleton(String id, String type, Metadata metadata, AddressTemplate template, CrudOperations.AddSingletonCallback callback)Opens an add-resource-dialog for the given singleton resource type.voidCrudOperations. addSingleton(String type, Operation operation, CrudOperations.AddSingletonCallback callback)Executes the specified add operation.voidCrudOperations. addSingleton(String type, ResourceAddress address, ModelNode payload, CrudOperations.AddSingletonCallback callback)Executes an add operation using the specified address and payload.voidCrudOperations. addSingleton(String type, AddressTemplate template, CrudOperations.AddSingletonCallback callback)Executes an add operation using the specified template.voidCrudOperations. addSingleton(String type, AddressTemplate template, ModelNode payload, CrudOperations.AddSingletonCallback callback)Executes an add operation using the specified template and payload.
-