| Constructor and Description |
|---|
AddUnmanagedDialog(Metadata metadata,
Resources resources,
AddResourceDialog.Callback callback) |
| Constructor and Description |
|---|
NamesStep(Environment environment,
Metadata metadata,
Resources resources) |
| Constructor and Description |
|---|
ApplyPatchWizard(Resources resources,
Environment environment,
Metadata metadata,
StatementContext statementContext,
Dispatcher dispatcher,
javax.inject.Provider<Progress> progress,
ServerActions serverActions,
Callback callback) |
ConfigurationStep(Metadata metadata,
Resources resources) |
RollbackWizard(String patchId,
Resources resources,
Environment environment,
Metadata metadata,
StatementContext statementContext,
Dispatcher dispatcher,
javax.inject.Provider<Progress> progress,
ServerActions serverActions,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneServerPresenter.reset(String type,
AddressTemplate template,
Form<ModelNode> form,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Composite |
OperationFactory.fromChangeSet(ResourceAddress address,
Map<String,Object> changeSet,
Metadata metadata)
Turns a change-set into a composite operation containing write-attribute
and undefine-attribute
operations.
|
<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.
|
<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.
|
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.
|
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.
|
<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.
|
<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 |
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,
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,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Undefines all non required attributes in the specified set.
|
<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 |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Form<T> form,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified form.
|
<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.
|
void |
CrudOperations.resetSingleton(String type,
AddressTemplate template,
Set<String> attributes,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified set.
|
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.
|
<T> void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified form.
|
<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.
|
void |
CrudOperations.resetSingleton(String type,
ResourceAddress address,
Set<String> attributes,
Metadata metadata,
Callback callback)
Undefines all non required attributes in the specified set.
|
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.save(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified resource.
|
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 |
CrudOperations.save(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback)
Writes the changed values to the specified resource.
|
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 |
CrudOperations.saveSingleton(ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
Callback callback)
Writes the changed values to the specified singleton resource.
|
void |
CrudOperations.saveSingleton(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata,
Callback callback)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Form<ModelNode> |
CredentialReference.form(String baseId,
Metadata metadata,
String crName,
String alternativeName,
Supplier<String> alternativeValue,
Supplier<ResourceAddress> address,
Callback callback)
Creates a form for the
credential-reference complex attribute of a resource. |
Form<ModelNode> |
CredentialReference.form(String baseId,
Metadata metadata,
String alternativeName,
Supplier<String> alternativeValue,
Supplier<ResourceAddress> address,
Callback callback)
Creates a form for the
credential-reference complex attribute of a resource. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
MbuiViewImpl.resetForm(String type,
String name,
ResourceAddress address,
Form<T> form,
Metadata metadata) |
protected <T> void |
MbuiViewImpl.resetSingletonForm(String type,
ResourceAddress address,
Form<T> form,
Metadata metadata) |
protected void |
MbuiViewImpl.saveForm(String type,
String name,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata) |
protected void |
MbuiViewImpl.saveSingletonForm(String type,
ResourceAddress address,
Map<String,Object> changedValues,
Metadata metadata) |
| Constructor and Description |
|---|
Builder(String baseId,
String resource,
Metadata metadata,
MbuiContext mbuiContext) |
| Constructor and Description |
|---|
AddResourceDialog(String id,
String title,
Metadata metadata,
AddResourceDialog.Callback callback)
Creates an add resource dialog with a form which contains an unbound name item plus all request properties from
the add operation.
|
AddResourceDialog(String id,
String title,
Metadata metadata,
Iterable<String> attributes,
AddResourceDialog.Callback callback) |
| Constructor and Description |
|---|
Builder(String id,
Metadata metadata) |
Builder(String id,
Metadata metadata) |
OperationFormBuilder(String id,
Metadata metadata,
String operation) |
| Constructor and Description |
|---|
Builder(String id,
Metadata metadata,
DataProvider<T> dataProvider,
ItemRenderer<T> itemRenderer) |
| Constructor and Description |
|---|
Builder(String id,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
Metadata.empty() |
Metadata |
Metadata.forComplexAttribute(String name)
Creates a new metadata instance based on this metadata with the attributes taken from the specified complex
attribute.
|
Metadata |
Metadata.forComplexAttribute(String name,
boolean prefixLabel)
Creates a new metadata instance based on this metadata with the attributes taken from the specified complex
attribute.
|
Metadata |
Metadata.forOperation(String name) |
Metadata |
MetadataRegistry.jsLookup(Object template)
Returns metadata associated with the specified address template.
|
Metadata |
MetadataRegistry.lookup(AddressTemplate template) |
static Metadata |
Metadata.staticDescription(ResourceDescription description)
Constructs a Metadata with read-write-execution permissions and a non-working Capabilities object.
|
static Metadata |
Metadata.staticDescription(ResourceDescription description,
Environment environment)
Constructs a Metadata with read-write-execution permissions and a working Capabilities object based on the
environment object.
|
static Metadata |
Metadata.staticDescription(com.google.gwt.resources.client.TextResource description) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.copyAttribute(String attribute,
Metadata destination)
Copies attributes from this description to the specified metadata
|
void |
Metadata.copyComplexAttributeAttributes(Iterable<String> attributes,
Metadata destination)
Shortcut for
copyAttribute(String, Metadata) and makeWritable(String) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProcessor.JsMetadataCallback.onMetadata(Metadata metadata) |
void |
MetadataProcessor.MetadataCallback.onMetadata(Metadata metadata) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.