Class CmsRestrictionRuleParser

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CmsRestrictionRule parseRule​(java.lang.String rule)
      Parses the provided restriction rule.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseRule

        public static CmsRestrictionRule parseRule​(java.lang.String rule)
                                            throws CmsException
        Parses the provided restriction rule.
        Parameters:
        rule - the rule to parse.
        Returns:
        the parsed rule.
        Throws:
        CmsException - thrown if the rule cannot be parsed.