Class MCRWorkflowRuleParser


  • public class MCRWorkflowRuleParser
    extends org.mycore.access.mcrimpl.MCRRuleParser
    Author:
    Thomas Scheffler (yagee)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.mycore.parsers.bool.MCRCondition<?> parseElement​(org.jdom2.Element e)  
      protected org.mycore.parsers.bool.MCRCondition<?> parseString​(java.lang.String s)  
      • Methods inherited from class org.mycore.access.mcrimpl.MCRRuleParser

        parseSimpleCondition, parseSimpleCondition
      • Methods inherited from class org.mycore.parsers.bool.MCRBooleanClauseParser

        defaultRule, parse, parse
      • Methods inherited from class java.lang.Object

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

      • MCRWorkflowRuleParser

        protected MCRWorkflowRuleParser()
    • Method Detail

      • parseElement

        protected org.mycore.parsers.bool.MCRCondition<?> parseElement​(org.jdom2.Element e)
        Overrides:
        parseElement in class org.mycore.access.mcrimpl.MCRRuleParser
      • parseString

        protected org.mycore.parsers.bool.MCRCondition<?> parseString​(java.lang.String s)
        Overrides:
        parseString in class org.mycore.access.mcrimpl.MCRRuleParser