Uses of Class
org.jbpm.workflow.core.node.RuleSetNode
-
Packages that use RuleSetNode Package Description org.jbpm.bpmn2.xml org.jbpm.ruleflow.core.factory org.jbpm.workflow.instance.node -
-
Uses of RuleSetNode in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml with parameters of type RuleSetNode Modifier and Type Method Description protected voidBusinessRuleTaskHandler. readDataInputAssociation(Node xmlNode, RuleSetNode ruleSetNode, Map<String,String> dataInputs)protected voidBusinessRuleTaskHandler. readDataOutputAssociation(Node xmlNode, RuleSetNode ruleSetNode, Map<String,String> dataOutputs)protected voidBusinessRuleTaskHandler. writeIO(RuleSetNode ruleSetNode, StringBuilder xmlDump) -
Uses of RuleSetNode in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return RuleSetNode Modifier and Type Method Description protected RuleSetNodeRuleSetNodeFactory. getRuleSetNode() -
Uses of RuleSetNode in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return RuleSetNode Modifier and Type Method Description protected RuleSetNodeRuleSetNodeInstance. getRuleSetNode()Methods in org.jbpm.workflow.instance.node with parameters of type RuleSetNode Modifier and Type Method Description protected Map<String,Object>RuleSetNodeInstance. evaluateParameters(RuleSetNode ruleSetNode)
-