void |
ComplexAttributeOperations.add(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Iterable<String> attributes,
Callback callback) |
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.add(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Callback callback) |
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.add(String resource,
String complexAttribute,
String type,
AddressTemplate template,
ModelNode payload,
Callback callback) |
Writes the payload to the complex attribute in the specified resource.
|
void |
ComplexAttributeOperations.add(String complexAttribute,
String type,
ResourceAddress address,
ModelNode payload,
Callback callback) |
Writes the payload to the complex attribute in the specified resource.
|
void |
ComplexAttributeOperations.listAdd(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Iterable<String> attributes,
Callback callback) |
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.listAdd(String id,
String resource,
String complexAttribute,
String type,
AddressTemplate template,
Callback callback) |
Opens an add-resource-dialog for the given complex attribute.
|
void |
ComplexAttributeOperations.listAdd(String resource,
String complexAttribute,
String type,
AddressTemplate template,
ModelNode payload,
Callback callback) |
Adds the payload to the complex attribute in the specified resource.
|
void |
ComplexAttributeOperations.remove(String complexAttribute,
String type,
int index,
ResourceAddress address,
Callback callback) |
Undefines the complex attribute at the specified index.
|
void |
ComplexAttributeOperations.remove(String resource,
String complexAttribute,
String type,
int index,
AddressTemplate template,
Callback callback) |
Undefines the complex attribute at the specified index.
|
void |
ComplexAttributeOperations.remove(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Callback callback) |
Undefines the complex attribute.
|
void |
ComplexAttributeOperations.remove(String complexAttribute,
String type,
ResourceAddress address,
Callback callback) |
Undefines the complex attribute.
|
void |
CrudOperations.remove(String type,
String name,
ResourceAddress address,
Callback callback) |
Shows a confirmation dialog and removes the resource if confirmed by the user.
|
void |
CrudOperations.remove(String type,
String name,
AddressTemplate template,
Callback callback) |
Shows a confirmation dialog and removes the resource if confirmed by the user.
|
void |
CrudOperations.removeSingleton(String type,
ResourceAddress address,
Callback callback) |
Shows a confirmation dialog and removes the singleton resource if confirmed by the user.
|
void |
CrudOperations.removeSingleton(String type,
AddressTemplate template,
Callback callback) |
Shows a confirmation dialog and removes the singleton resource if confirmed by the user.
|
<T> void |
ComplexAttributeOperations.reset(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Form<T> form,
Callback callback) |
Undefines all non required attributes in the specified form.
|
<T> void |
ComplexAttributeOperations.reset(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Metadata metadata,
Form<T> form,
Callback callback) |
Undefines all non required attributes in the specified form.
|
<T> void |
ComplexAttributeOperations.reset(String complexAttribute,
String type,
ResourceAddress address,
Metadata metadata,
Form<T> form,
Callback callback) |
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified set.
|
<T> void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.reset(String type,
String name,
ResourceAddress address,
Form<T> form,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified set.
|
<T> void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.reset(String type,
String name,
AddressTemplate template,
Form<T> form,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified set.
|
<T> void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified form.
|
void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified set.
|
void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified set.
|
<T> void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Form<T> form,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback) |
Undefines all non required attributes in the specified form.
|
<T> void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Form<T> form,
Metadata metadata,
Callback callback) |
Undefines all non required attributes in the specified form.
|
void |
ComplexAttributeOperations.save(String complexAttribute,
String type,
int index,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback) |
Writes the changed values to the list-type complex attribute.
|
void |
ComplexAttributeOperations.save(String resource,
String complexAttribute,
String type,
int index,
AddressTemplate template,
Map<String,Object> changedValues,
Callback callback) |
Writes the changed values to the list-type complex attribute.
|
void |
ComplexAttributeOperations.save(String resource,
String complexAttribute,
String type,
AddressTemplate template,
Map<String,Object> changedValues,
Callback callback) |
Writes the changed values to the complex attribute.
|
void |
ComplexAttributeOperations.save(String complexAttribute,
String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback) |
Writes the changed values to the complex attribute.
|
void |
ComplexAttributeOperations.save(String complexAttribute,
String type,
ResourceAddress address,
ModelNode payload,
Callback callback) |
Writes the full payload to the complex attribute in the specified resource.
|
void |
CrudOperations.save(String type,
String name,
Composite operations,
Callback successCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback successCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback successCallback,
Callback errorCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String type,
String name,
AddressTemplate template,
Map<String,Object> changedValues,
Callback successCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(String name,
AddressTemplate template,
Map<String,Object> changedValues,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(Composite operations,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(Composite operations,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback,
Callback errorCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.save(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback) |
Writes the changed values to the specified resource.
|
void |
CrudOperations.saveSingleton(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback successCallback) |
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback successCallback,
Callback errorCallback) |
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(String type,
AddressTemplate template,
Map<String,Object> changedValues,
Callback successCallback) |
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback) |
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback,
Callback errorCallback) |
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(AddressTemplate template,
Map<String,Object> changedValues,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback successCallback) |
Writes the changed values to the specified singleton resource.
|
void |
PropertiesOperations.saveSingletonWithProperties(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
String psr,
Map<String,String> properties,
Callback callback) |
Saves the changed values and its properties (if modified) to the specified resource.
|
void |
PropertiesOperations.saveWithProperties(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
String psr,
Map<String,String> properties,
Callback callback) |
Saves the changed values and its properties (if modified) to the specified resource.
|
void |
PropertiesOperations.saveWithProperties(String type,
String name,
ResourceAddress address,
Composite operations,
String psr,
Map<String,String> properties,
Callback callback) |
Saves the changed values and its properties (if modified) to the specified resource.
|
void |
PropertiesOperations.saveWithProperties(String type,
String name,
AddressTemplate template,
Map<String,Object> changedValues,
String psr,
Map<String,String> properties,
Callback callback) |
Saves the changed values and its properties (if modified) to the specified resource.
|