Class ComponentTypeAllowedForContentSlotPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<ComponentTypeAndContentSlotValidationDto>

    public class ComponentTypeAllowedForContentSlotPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<ComponentTypeAndContentSlotValidationDto>
    Predicate to test if a given component type is allowed in the given slot. This only considers the component's type against the slot's type restrictions.

    Returns TRUE if the component type is allowed in the slot; FALSE otherwise.