Uses of Class
org.jbpm.workflow.core.node.RuleSetNode
-
Packages that use RuleSetNode Package Description org.jbpm.ruleflow.core.factory org.jbpm.workflow.instance.node -
-
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)
-