public class DynamicConfigurationPropertyBean extends Object implements DynamicConfigurationPropertyLocal
DynamicConfigurationPropertyLocal| Constructor and Description |
|---|
DynamicConfigurationPropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> |
lookupValues(String key)
Translates the provided property value key into its corresponding domain query and returns the
results.
|
org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue |
translate(Object[] results) |
public List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> lookupValues(String key)
DynamicConfigurationPropertyLocallookupValues in interface DynamicConfigurationPropertyLocalkey - indicates the data being retrieved from the database; should be one of the constants
in PropertyExpressionEvaluatorpublic org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue translate(Object[] results)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.