| Modifier and Type | Method and Description |
|---|---|
void |
GenericSubsystemView.setRoot(ResourceAddress root) |
void |
ExpertModeView.setRoot(ResourceAddress root) |
void |
ExpertModePresenter.MyView.setRoot(ResourceAddress root) |
void |
GenericSubsystemPresenter.MyView.setRoot(ResourceAddress root) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
InterfacePresenter.resourceAddress() |
ResourceAddress |
SocketBindingGroupPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
BatchPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
DataSourcePresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
DeploymentScannerPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
EEPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
EjbPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ElytronSubsystemPresenter.resourceAddress() |
ResourceAddress |
MapperDecoderPresenter.resourceAddress() |
ResourceAddress |
RealmsPresenter.resourceAddress() |
ResourceAddress |
FactoriesPresenter.resourceAddress() |
ResourceAddress |
OtherSettingsPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
IiopPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
CacheContainerPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
IOPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
JcaPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
JGroupsPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
JmxPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
JpaPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
LoggingProfilePresenter.resourceAddress() |
ResourceAddress |
LoggingPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
MailSessionPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
MessagingSubsystemPresenter.resourceAddress() |
ResourceAddress |
ServerPresenter.resourceAddress() |
ResourceAddress |
JmsBridgePresenter.resourceAddress() |
ResourceAddress |
HaPolicyPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ModclusterPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
RemotingPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
RequestControllerPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ResourceAdapterPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
SecurityDomainPresenter.resourceAddress() |
ResourceAddress |
SecurityPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
TransactionPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
UndertowSubsystemPresenter.resourceAddress() |
ResourceAddress |
ServerPresenter.resourceAddress() |
ResourceAddress |
FilterPresenter.resourceAddress() |
ResourceAddress |
BufferCachePresenter.resourceAddress() |
ResourceAddress |
ServletContainerPresenter.resourceAddress() |
ResourceAddress |
HandlerPresenter.resourceAddress() |
ResourceAddress |
ApplicationSecurityDomainPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
WebservicePresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ManagementInterfacePresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ServerGroupPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
HostPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ServerPresenter.resourceAddress() |
ResourceAddress |
StandaloneServerPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
EjbPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
TransactionsPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
DeploymentPresenter.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderPresenter.MyView.showExpertMode(ResourceAddress address) |
void |
HeaderView.showExpertMode(ResourceAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBrowserPresenter.MyView.setRoot(ResourceAddress root) |
void |
ModelBrowserView.setRoot(ResourceAddress root) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudOperations.add(String name,
ResourceAddress address,
ModelNode payload,
com.google.gwt.safehtml.shared.SafeHtml successMessage,
CrudOperations.AddCallback callback)
Executes an add operation using the specified name and payload.
|
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 |
CrudOperations.add(String type,
String name,
ResourceAddress address,
ModelNode payload,
CrudOperations.AddCallback callback)
Executes an add operation using the specified name and payload.
|
void |
CrudOperations.addSingleton(String type,
ResourceAddress address,
ModelNode payload,
CrudOperations.AddSingletonCallback callback)
Executes an add operation using the specified address and payload.
|
void |
CrudOperations.AddSingletonCallback.execute(ResourceAddress address)
Called after the resource has been added.
|
void |
CrudOperations.AddCallback.execute(String name,
ResourceAddress address)
Called after the resource has been added.
|
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.
|
void |
CrudOperations.read(ResourceAddress address,
CrudOperations.ReadCallback callback)
Executes an
ModelDescriptionConstants.READ_RESOURCE_OPERATION on the specified
address and passes the result to the specified callback. |
void |
CrudOperations.read(ResourceAddress address,
int depth,
CrudOperations.ReadCallback callback)
Executes an
ModelDescriptionConstants.READ_RESOURCE_OPERATION with the specified depth
on the specified address and passes the result to the specified callback. |
void |
CrudOperations.readChildren(ResourceAddress address,
Iterable<String> resources,
CrudOperations.ReadCompositeCallback callback)
Read multiple different child resources using a composite operation.
|
void |
CrudOperations.readChildren(ResourceAddress address,
Iterable<String> resources,
int depth,
CrudOperations.ReadCompositeCallback callback)
Read multiple different child resources using a composite operation.
|
rx.Single<List<Property>> |
CrudOperations.readChildren(ResourceAddress address,
String resource)
Executes an
ModelDescriptionConstants.READ_CHILDREN_RESOURCES_OPERATION on the
specified address and returns the result as Single<List<Property>>. |
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. |
void |
CrudOperations.readRecursive(ResourceAddress address,
CrudOperations.ReadCallback callback)
Executes a recursive
ModelDescriptionConstants.READ_RESOURCE_OPERATION on the
specified address and passes the result to the specified callback. |
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 |
ComplexAttributeOperations.remove(String complexAttribute,
String type,
ResourceAddress address,
Callback callback)
Undefines the complex attribute.
|
void |
CrudOperations.removeSingleton(String type,
ResourceAddress address,
Callback callback)
Shows a confirmation dialog and removes the singleton resource if confirmed by the user.
|
<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 |
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,
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,
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 |
|---|---|
ResourceAddress |
DataSource.getAddress() |
| Constructor and Description |
|---|
DataSource(ResourceAddress address,
ModelNode modelNode,
boolean xa) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
DeploymentResource.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
T |
DeploymentResourceSupplier.get(ResourceAddress address,
ModelNode payload) |
| Constructor and Description |
|---|
DeploymentResource(ResourceAddress address,
ModelNode modelNode) |
DeploymentResource(String name,
ResourceAddress address,
ModelNode modelNode) |
| 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 |
|---|---|
ResourceAddress |
HeaderModeEvent.getExpertModeAddress() |
| Modifier and Type | Method and Description |
|---|---|
HeaderModeEvent.Builder |
HeaderModeEvent.Builder.expertModeAddress(ResourceAddress expertModeAddress) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
MbuiViewImpl.removeSingletonForm(String type,
ResourceAddress address,
Form<T> form) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBrowser.setRoot(ResourceAddress root,
boolean updateBreadcrumb)
Entry point to show the specified address.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
SupportsExpertMode.resourceAddress() |
| Modifier and Type | Method and Description |
|---|---|
com.gwtplatform.mvp.shared.proxy.PlaceRequest |
Places.genericSubsystem(ResourceAddress address) |
com.gwtplatform.mvp.shared.proxy.PlaceRequest |
Places.modelBrowser(ResourceAddress address) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ServerGroup.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
Host.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
Server.getServerAddress() |
ResourceAddress |
Server.getServerConfigAddress() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ResourceAddress.add(ResourceAddress address)
Adds the specified address to this address.
|
ResourceAddress |
ResourceAddress.add(String propertyName,
String propertyValue)
Adds the specified segment to this address.
|
static ResourceAddress |
ResourceAddress.from(String address)
Creates a new resource address from the specified string.
|
ResourceAddress |
Operation.getAddress() |
ResourceAddress |
ResourceAddress.getParent() |
ResourceAddress |
ResourceAddress.replaceValue(String name,
String newValue)
Replaces the value in the specified segment
|
static ResourceAddress |
ResourceAddress.root() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ResourceAddress.add(ResourceAddress address)
Adds the specified address to this address.
|
| Constructor and Description |
|---|
Builder(ResourceAddress address,
String name) |
ResourceCheck(Dispatcher dispatcher,
ResourceAddress address) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
AddressTemplate.resolve(StatementContext context,
String... wildcards)
Resolve this address template against the specified statement context.
|
ResourceAddress |
Database.resolveTemplate(AddressTemplate template)
Turns a template into a resource addresses for later lookup.
|
protected ResourceAddress |
AbstractRegistry.resolveTemplate(AddressTemplate template) |
ResourceAddress |
AbstractDatabase.resolveTemplate(AddressTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
rx.Single<Map<ResourceAddress,T>> |
Database.getAll(Set<AddressTemplate> templates)
Returns a map with metadata for the specified templates.
|
rx.Single<Map<ResourceAddress,T>> |
AbstractDatabase.getAll(Set<AddressTemplate> templates) |
rx.Single<Map<ResourceAddress,T>> |
Database.getRecursive(AddressTemplate template)
Returns a map with metadata whose address starts with the specified template
|
rx.Single<Map<ResourceAddress,T>> |
AbstractDatabase.getRecursive(AddressTemplate template) |
Map<ResourceAddress,AddressTemplate> |
Database.resolveTemplates(Set<AddressTemplate> templates)
Turns the templates into resource addresses and returns a map for later lookup.
|
Map<ResourceAddress,AddressTemplate> |
AbstractDatabase.resolveTemplates(Set<AddressTemplate> templates) |
| Modifier and Type | Method and Description |
|---|---|
Document |
Database.asDocument(ResourceAddress address,
T metadata)
Returns a document for a given metadata
|
protected abstract T |
AbstractRegistry.lookupAddress(ResourceAddress address) |
static AddressTemplate |
AddressTemplate.of(ResourceAddress address)
Turns a resource address into an address template which is the opposite of
AddressTemplate.resolve(StatementContext,
String...). |
static AddressTemplate |
AddressTemplate.of(ResourceAddress address,
AddressTemplate.Unresolver unresolver)
Turns a resource address into an address template which is the opposite of
AddressTemplate.resolve(StatementContext,
String...). |
| Modifier and Type | Method and Description |
|---|---|
ResourceAddress |
ResourceDescriptionAddressProcessor.apply(ResourceAddress address) |
protected ResourceAddress |
ResourceDescriptionRegistry.resolveTemplate(AddressTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDescriptionRegistry.add(ResourceAddress address,
ResourceDescription resourceDescription,
boolean recursive) |
ResourceAddress |
ResourceDescriptionAddressProcessor.apply(ResourceAddress address) |
Document |
ResourceDescriptionDatabase.asDocument(ResourceAddress address,
ResourceDescription resourceDescription) |
protected ResourceDescription |
ResourceDescriptionRegistry.lookupAddress(ResourceAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityContextRegistry.add(ResourceAddress address,
SecurityContext securityContext,
boolean recursive) |
Document |
SecurityContextDatabase.asDocument(ResourceAddress address,
SecurityContext securityContext) |
protected SecurityContext |
SecurityContextRegistry.lookupAddress(ResourceAddress address) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.