Uses of Class
org.alfresco.repo.web.scripts.rule.ruleset.RuleRef
-
Packages that use RuleRef Package Description org.alfresco.repo.web.scripts.rule.ruleset -
-
Uses of RuleRef in org.alfresco.repo.web.scripts.rule.ruleset
Methods in org.alfresco.repo.web.scripts.rule.ruleset that return types with arguments of type RuleRef Modifier and Type Method Description java.util.List<RuleRef>
RuleSet. getInheritedRules()
Get list of the rules inherited by this rule set from parentjava.util.List<RuleRef>
RuleSet. getRules()
Get list of the rules "owned" by this rule setMethod parameters in org.alfresco.repo.web.scripts.rule.ruleset with type arguments of type RuleRef Modifier and Type Method Description void
RuleSet. setInheritedRules(java.util.List<RuleRef> inheritedRules)
Set list of the rules inherited by this rule set from parentvoid
RuleSet. setRules(java.util.List<RuleRef> rules)
Set list of the rules "owned" by this rule set
-