|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDefinition | |
---|---|
org.rhq.core.domain.configuration.definition |
Uses of PropertyDefinition in org.rhq.core.domain.configuration.definition |
---|
Subclasses of PropertyDefinition in org.rhq.core.domain.configuration.definition | |
---|---|
class |
PropertyDefinitionList
The definition of a list of properties where each member of the list has the same definition. |
class |
PropertyDefinitionMap
The definition of properties in a map. |
class |
PropertyDefinitionSimple
Defines a simple property. |
Methods in org.rhq.core.domain.configuration.definition that return PropertyDefinition | |
---|---|
PropertyDefinition |
ConfigurationDefinition.get(String name)
|
PropertyDefinition |
PropertyDefinitionMap.get(String name)
|
PropertyDefinition |
PropertyDefinitionList.getMemberDefinition()
|
Methods in org.rhq.core.domain.configuration.definition that return types with arguments of type PropertyDefinition | |
---|---|
List<PropertyDefinition> |
ConfigurationDefinition.getNonGroupedProperties()
Retrieve property definitions for properties that are not in a group. |
List<PropertyDefinition> |
ConfigurationDefinition.getPropertiesInGroup(String groupName)
Retrieve property definitions for properties in a group with the provided name. |
Map<String,PropertyDefinition> |
ConfigurationDefinition.getPropertyDefinitions()
Get the properties for this configuration. |
Map<String,PropertyDefinition> |
PropertyDefinitionMap.getPropertyDefinitions()
|
List<PropertyDefinition> |
PropertyDefinitionMap.getSummaryPropertyDefinitions()
Helper to get only the summary properties for this map definition. |
Methods in org.rhq.core.domain.configuration.definition with parameters of type PropertyDefinition | |
---|---|
void |
ConfigurationDefinition.put(PropertyDefinition propertyDefinition)
|
void |
PropertyDefinitionMap.put(PropertyDefinition propertyDefinition)
|
void |
PropertyDefinitionList.setMemberDefinition(PropertyDefinition memberDefinition)
|
Method parameters in org.rhq.core.domain.configuration.definition with type arguments of type PropertyDefinition | |
---|---|
void |
ConfigurationDefinition.setPropertyDefinitions(Map<String,PropertyDefinition> propertyDefinitions)
|
void |
PropertyDefinitionMap.setPropertyDefinitions(Map<String,PropertyDefinition> propertyDefinitions)
|
Constructors in org.rhq.core.domain.configuration.definition with parameters of type PropertyDefinition | |
---|---|
PropertyDefinitionList(String name,
String description,
boolean required,
PropertyDefinition memberDefinition)
|
|
PropertyDefinitionMap(String name,
String description,
boolean required,
PropertyDefinition... properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |