Interface IItemFilter<T>

  • Type Parameters:
    T -

    public interface IItemFilter<T>
    Item filter interface for filtering operations
    Since:
    8.1.0
    Version:
    $Revision: 17593 $ $Date: 2015-07-17 11:21:36 -0300 (Fri, 17 Jul 2015) $
    • Method Detail

      • accept

        boolean accept​(T value)
                throws PortalException
        Verify if a given value is acceptable by this filter
        Parameters:
        value - value to be verified
        Returns:
        true if is acceptable
        Throws:
        PortalException
        Since:
        8.1.0