Package | Description |
---|---|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationModel |
ConfigurationModel._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
ConfigurationModel |
ConfigurationStub.get() |
ConfigurationModel |
Configuration.get()
Retrieves the current configuration values.
|
ConfigurationModel |
ConfigurationStub.get(InvocationConfig invocationConfig) |
ConfigurationModel |
Configuration.get(InvocationConfig invocationConfig)
Retrieves the current configuration values.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationStub.update(ConfigurationModel model) |
void |
Configuration.update(ConfigurationModel model)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model,
AsyncCallback<Void> asyncCallback) |
void |
Configuration.update(ConfigurationModel model,
AsyncCallback<Void> asyncCallback)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Configuration.update(ConfigurationModel model,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model,
InvocationConfig invocationConfig) |
void |
Configuration.update(ConfigurationModel model,
InvocationConfig invocationConfig)
Updates the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationStub.get(AsyncCallback<ConfigurationModel> asyncCallback) |
void |
Configuration.get(AsyncCallback<ConfigurationModel> asyncCallback)
Retrieves the current configuration values.
|
void |
ConfigurationStub.get(AsyncCallback<ConfigurationModel> asyncCallback,
InvocationConfig invocationConfig) |
void |
Configuration.get(AsyncCallback<ConfigurationModel> asyncCallback,
InvocationConfig invocationConfig)
Retrieves the current configuration values.
|
Copyright © 2015. All Rights Reserved.