Class AbstractCaseNodeHandler

    • Field Detail

      • logger

        protected static final org.slf4j.Logger logger
    • Constructor Detail

      • AbstractCaseNodeHandler

        public AbstractCaseNodeHandler()
    • Method Detail

      • initValidParents

        protected void initValidParents()
      • initValidPeers

        protected void initValidPeers()
      • createNode

        protected abstract org.jbpm.workflow.core.Node createNode​(Attributes attrs)
      • end

        public Object end​(String uri,
                          String localName,
                          org.drools.core.xml.ExtensibleXmlParser parser)
                   throws SAXException
        Specified by:
        end in interface org.drools.core.xml.Handler
        Throws:
        SAXException
      • handleNode

        protected void handleNode​(org.jbpm.workflow.core.Node node,
                                  Element element,
                                  String uri,
                                  String localName,
                                  org.drools.core.xml.ExtensibleXmlParser parser)
                           throws SAXException
        Throws:
        SAXException