|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DynamicPropertyRetriever
Plugins to the dynamic property rendering sections of PropertyRenderingUtility that perform
the actual retrieval of the values.
PropertyRenderingUtility.putDynamicPropertyRetriever(org.rhq.core.domain.configuration.PropertyDynamicType,
DynamicPropertyRetriever) to map the property type to the instance.
This functionality is abstracted out to prevent the core-gui module from having to make non-core
dependencies. Modules using core-gui can implement this interface using whatever means available,
such as accessing a database or making a network hop, without having to modify the core-gui dependencies.
| Method Summary | |
|---|---|
List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> |
loadValues(org.rhq.core.domain.configuration.PropertyDefinitionDynamic propertyDefinition)
Returns a list of values to display to the user when prompting for the property given. |
| Method Detail |
|---|
List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> loadValues(org.rhq.core.domain.configuration.PropertyDefinitionDynamic propertyDefinition)
propertyDefinition - cannot be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||