Package | Description |
---|---|
com.communote.plugins.core.services | |
com.communote.plugins.core.services.impl | |
com.communote.plugins.mq.provider.activemq.user |
Modifier and Type | Method and Description |
---|---|
String |
PluginPropertyService.getApplicationProperty(String key)
Returns an application property for this bundle.
|
String |
PluginPropertyService.getApplicationProperty(String symbolicName,
String key)
Returns an application property for a specific bundle.
|
String |
PluginPropertyService.getApplicationPropertyWithDefault(String key,
String defaultValue)
Returns an application property for this bundle.
|
String |
PluginPropertyService.getApplicationPropertyWithDefault(String symbolicName,
String key,
String defaultValue)
Returns an application property for a specific bundle with default value.
|
<T extends Serializable> |
PluginPropertyService.getClientPropertyAsObject(String key,
Class<T> clazz)
Returns an instance of the given object.
|
<T extends Serializable> |
PluginPropertyService.getClientPropertyAsObject(String symbolicName,
String key,
Class<T> clazz)
Returns a property within the current clients scope for the given bundle.
|
void |
PluginPropertyService.setClientPropertyAsObject(String key,
Serializable value)
Sets a client property from an object.
|
Modifier and Type | Method and Description |
---|---|
String |
PluginPropertyServiceImpl.getApplicationProperty(String key) |
String |
PluginPropertyServiceImpl.getApplicationProperty(String symbolicName,
String key)
Returns an application property for a specific bundle.
|
String |
PluginPropertyServiceImpl.getApplicationPropertyWithDefault(String key,
String defaultValue)
Returns an application property for this bundle.
|
String |
PluginPropertyServiceImpl.getApplicationPropertyWithDefault(String symbolicName,
String key,
String defaultValue)
Returns an application property for a specific bundle with default value.
|
<T extends Serializable> |
PluginPropertyServiceImpl.getClientPropertyAsObject(String key,
Class<T> clazz)
Returns an instance of the given object.
|
<T extends Serializable> |
PluginPropertyServiceImpl.getClientPropertyAsObject(String symbolicName,
String key,
Class<T> clazz)
Returns a property within the current clients scope for the given bundle.
|
void |
PluginPropertyServiceImpl.setClientPropertyAsObject(String key,
Serializable value)
Sets a client property from an object.
|
Modifier and Type | Method and Description |
---|---|
void |
MQDatabaseUsersDAO.addUser(String userName,
String password) |
void |
MQUsersDAO.addUser(String userName,
String password) |
MQUser |
MQDatabaseUsersDAO.getMQUser(String userName) |
MQUser |
MQUsersDAO.getMQUser(String userName) |
List<String> |
MQDatabaseUsersDAO.getMQUsers() |
List<String> |
MQUsersDAO.getMQUsers() |
void |
MQDatabaseUsersDAO.removeUser(String userName) |
void |
MQUsersDAO.removeUser(String userName) |
Copyright © 2019 Communote team. All rights reserved.