Package | Description |
---|---|
com.communote.server.core.plugin |
Modifier and Type | Method and Description |
---|---|
String |
PluginPropertyManagement.getApplicationProperty(String symbolicName,
String propertyKey)
Returns an application property for a specific bundle.
|
String |
PluginPropertyManagement.getApplicationProperty(String symbolicName,
String propertyKey,
String defaultValue)
Returns an application property for a specific bundle with default value.
|
String |
PluginPropertyManagement.getApplicationPropertyUncached(String symbolicName,
String propertyKey)
Returns an application property for a specific bundle bypassing the cache.
|
<T extends Serializable> |
PluginPropertyManagement.getClientPropertyAsObject(String symbolicName,
String propertyKey,
Class<T> clazz)
Returns a property within the current clients scope for the given bundle.
|
void |
PluginPropertyManagement.setClientPropertyAsObject(String symbolicName,
String propertyKey,
Object propertyValue)
Sets a client property from an object.
|
Copyright © 2019 Communote team. All rights reserved.