| Modifier and Type | Method and Description | 
|---|---|
String | 
ClientConfigurationProperties.getProperty(ClientConfigurationPropertyConstant key)
Returns the property value for the key as String. 
 | 
Date | 
ClientConfigurationProperties.getPropertyLastModification(ClientConfigurationPropertyConstant key)
Return the time of the last modification of the property. 
 | 
void | 
ConfigurationManager.updateClientConfigurationProperty(ClientConfigurationPropertyConstant key,
                                 String value)
Updates a client configuration properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationManager.updateClientConfigurationProperties(Map<ClientConfigurationPropertyConstant,String> settings)
Updates a collection of client configuration properties. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientProperty
Property constants for general client settings. 
 | 
class  | 
ClientPropertySecurity
Property constants for client security settings. 
 | 
| Constructor and Description | 
|---|
CustomizableImageTypeDescriptor(ClientConfigurationPropertyConstant customizationHoldingProperty)
Create a customizable descriptor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ConfigurationManagementImpl.handleUpdateClientSetting(ClientConfigurationPropertyConstant key,
                         String value)
 | 
protected abstract void | 
ConfigurationManagementBase.handleUpdateClientSetting(ClientConfigurationPropertyConstant key,
                         String value)
 | 
void | 
ConfigurationManagementBase.updateClientSetting(ClientConfigurationPropertyConstant key,
                   String value)
Update the given setting using the key and value. 
 | 
void | 
ConfigurationManagement.updateClientSetting(ClientConfigurationPropertyConstant key,
                   String value)
Update the given setting using the key and value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ConfigurationManagementImpl.handleUpdateClientSettings(Map<ClientConfigurationPropertyConstant,String> settings)
Performs the core logic for  
#updateClientSettings(java.util.Map<
 ClientConfigurationPropertyConstant,String>) | 
protected abstract void | 
ConfigurationManagementBase.handleUpdateClientSettings(Map<ClientConfigurationPropertyConstant,String> settings)
Performs the core logic for  
#updateClientSettings(java.util.Map<
 ClientConfigurationPropertyConstant,String>) | 
void | 
ConfigurationManagementBase.updateClientSettings(Map<ClientConfigurationPropertyConstant,String> settings)
Updates or creates the provided client configuration settings. 
 | 
void | 
ConfigurationManagement.updateClientSettings(Map<ClientConfigurationPropertyConstant,String> settings)
Updates or creates the provided client configuration settings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
CommunoteTool.getConfigurationProperty(ClientConfigurationPropertyConstant key)
Get the value of a configuration property. 
 | 
int | 
CommunoteTool.getConfigurationProperty(ClientConfigurationPropertyConstant key,
                        int fallback)
Get the value of a configuration property. 
 | 
String | 
CommunoteTool.getConfigurationPropertyAsString(ClientConfigurationPropertyConstant key,
                                String fallback)
Get the value of a configuration property as String. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<ClientConfigurationPropertyConstant,String> | 
ClientConfigurationHelper.createStandardClientSettings()
Creates standard client settings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationPropertiesManager.updateClientConfigurationProperty(ClientConfigurationPropertyConstant key,
                                 String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationPropertiesManager.updateClientConfigurationProperties(Map<ClientConfigurationPropertyConstant,String> settings)  | 
Copyright © 2019 Communote team. All rights reserved.