Class CmsTemplateContextResultDndFilter

  • All Implemented Interfaces:
    com.google.common.base.Predicate<org.opencms.ade.galleries.shared.CmsResultItemBean>, java.util.function.Predicate<org.opencms.ade.galleries.shared.CmsResultItemBean>

    public class CmsTemplateContextResultDndFilter
    extends java.lang.Object
    implements com.google.common.base.Predicate<org.opencms.ade.galleries.shared.CmsResultItemBean>
    Search result DND filter which excludes elements of types which should not be shown in the current template context.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(org.opencms.ade.galleries.shared.CmsResultItemBean result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Method Detail

      • apply

        public boolean apply​(org.opencms.ade.galleries.shared.CmsResultItemBean result)
        Specified by:
        apply in interface com.google.common.base.Predicate<org.opencms.ade.galleries.shared.CmsResultItemBean>
        See Also:
        Predicate.apply(java.lang.Object)