public static interface ServerConfigurationService.ConfigItem
| Modifier and Type | Method and Description |
|---|---|
int |
changed(Object value,
String source)
Called whenever this config item is changed
|
ServerConfigurationService.ConfigItem |
copy()
Duplicate this config item
This is mostly used to ensure we do not send the internal objects out where they could be changed
|
int |
getChanged() |
Object |
getDefaultValue() |
String |
getDescription() |
ServerConfigurationService.ConfigHistory[] |
getHistory() |
String |
getName() |
int |
getRequested() |
String |
getSource() |
String |
getType() |
Object |
getValue() |
int |
getVersion() |
boolean |
isDefaulted() |
boolean |
isDynamic()
Indicates is this config item is dynamic or static (default is static)
|
boolean |
isRegistered() |
boolean |
isSecured() |
int |
requested()
Called whenever this config item is requested
|
int requested()
int changed(Object value, String source)
value - the new valuesource - the source which is making the changeServerConfigurationService.ConfigItem copy()
String getName()
Object getValue()
String getType()
ServerConfigurationService.TYPESString getSource()
Object getDefaultValue()
String getDescription()
int getRequested()
int getChanged()
int getVersion()
ServerConfigurationService.ConfigHistory[] getHistory()
boolean isRegistered()
boolean isDefaulted()
boolean isSecured()
boolean isDynamic()
Copyright © 2003–2020 Sakai Project. All rights reserved.