Interface ObjectTypeFilter<TYPE extends ObjectType,TARGET>
- All Known Implementing Classes:
AbstractObjectTypeFilter,ObjectTemplates4AbstractPageFilter,ObjectTemplates4ContentSlotFilter
public interface ObjectTypeFilter<TYPE extends ObjectType,TARGET>
Validates
ObjectType instances in the context of the TARGET instance. The TARGET type is implementation
dependent. Filters only valid instances.-
Method Summary
Modifier and TypeMethodDescriptionfilterObjectTypes(Collection<TYPE> types, TARGET target) Filters input collection ofObjectTypes.
-
Method Details
-
filterObjectTypes
Filters input collection ofObjectTypes. Only validObjectTypes should be returned.
-