Class CmsCategoryFolderRestrictionBean

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Outputs the restriction as Solr filter query.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CmsCategoryFolderRestrictionBean

        public CmsCategoryFolderRestrictionBean​(java.util.List<java.lang.String> categories,
                                                java.util.List<java.lang.String> folders,
                                                CmsConfigurationBean.CombinationMode categoryMode)
        Constructor for the wrapper.
        Parameters:
        categories - the categories to filter
        folders - the folders to filter
        categoryMode - the combination mode for categories
    • Method Detail

      • toString

        public java.lang.String toString()
        Outputs the restriction as Solr filter query.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()