Interface AttributePopulatorsProvider
-
- All Known Implementing Classes:
DefaultAttributePopulatorsProvider
public interface AttributePopulatorsProviderService to provide populators for AttributeDescriptorModels
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Populator<AttributeDescriptorModel,ComponentTypeAttributeData>>getAttributePopulators(AttributeDescriptorModel attributeDescriptor)Given an attribute descriptor model, return the list of Populators for this attribute type defined in the configuration map.
-
-
-
Method Detail
-
getAttributePopulators
java.util.List<Populator<AttributeDescriptorModel,ComponentTypeAttributeData>> getAttributePopulators(AttributeDescriptorModel attributeDescriptor)
Given an attribute descriptor model, return the list of Populators for this attribute type defined in the configuration map.- Parameters:
attributeDescriptor- the attribute that will be tested to look for populators.- Returns:
- the list of populators.
-
-