Interface EditorAttributesFilteringService
- All Known Implementing Classes:
DefaultEditorAttributesFilteringService
public interface EditorAttributesFilteringService
Interface for the attribute filtering service
-
Method Summary
Modifier and TypeMethodDescriptionfilterAttributesForAttributesMap(ComposedTypeModel parentType) Filters a set of attribute descriptors for types that are not on the blacklistfilterAttributesForTree(ComposedTypeModel parentType) Filters a set of attribute descriptors for Composed and Enumeration types that are not on the blacklist
-
Method Details
-
filterAttributesForTree
Filters a set of attribute descriptors for Composed and Enumeration types that are not on the blacklist- Parameters:
parentType- the parent ComposedTypeModel to get the attribute descriptors to filter- Returns:
- a filtered set of AttributeDescriptorModel
-
filterAttributesForAttributesMap
Filters a set of attribute descriptors for types that are not on the blacklist- Parameters:
parentType- the parent ComposedTypeModel to get the attribute descriptors to filter- Returns:
- a filtered and sorted set of AttributeDescriptorModel
-