Class BusinessRuleTaskHandler

  • All Implemented Interfaces:
    org.drools.core.xml.Handler

    public class BusinessRuleTaskHandler
    extends AbstractNodeHandler
    • Constructor Detail

      • BusinessRuleTaskHandler

        public BusinessRuleTaskHandler()
    • Method Detail

      • generateNodeFor

        public Class<?> generateNodeFor()
      • readDataInputAssociation

        protected void readDataInputAssociation​(Node xmlNode,
                                                org.jbpm.workflow.core.node.RuleSetNode ruleSetNode,
                                                Map<String,​String> dataInputs)
      • readDataOutputAssociation

        protected void readDataOutputAssociation​(Node xmlNode,
                                                 org.jbpm.workflow.core.node.RuleSetNode ruleSetNode,
                                                 Map<String,​String> dataOutputs)
      • writeIO

        protected void writeIO​(org.jbpm.workflow.core.node.RuleSetNode ruleSetNode,
                               StringBuilder xmlDump)