Class RuleSet
java.lang.Object
org.alfresco.repo.web.scripts.rule.ruleset.RuleSet
- All Implemented Interfaces:
Serializable
- Author:
- unknown
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of the rules inherited by this rule set from parentGet the list of nodeRefs that link to this rulesetGet the nodeRef to which this ruleset linked togetRules()
Get list of the rules "owned" by this rule setGet the nodeRef to which this ruleset belongsvoid
setInheritedRules
(List<RuleRef> inheritedRules) Set list of the rules inherited by this rule set from parentvoid
setLinkedFromRuleSets
(List<NodeRef> linkedFromRuleSets) Set the list of nodeRefs that link to this rulesetvoid
setLinkedToRuleSet
(NodeRef linkedToRuleSet) Set the nodeRef to which this ruleset linked tovoid
Set list of the rules "owned" by this rule setvoid
setRulesetNodeRef
(NodeRef rulesetNodeRef) Set the nodeRef to which this ruleset belongs
-
Constructor Details
-
RuleSet
public RuleSet()
-
-
Method Details
-
setRules
Set list of the rules "owned" by this rule set- Parameters:
rules
- the list of rules to set
-
getRules
Get list of the rules "owned" by this rule set- Returns:
- list of "owned" rules
-
setInheritedRules
Set list of the rules inherited by this rule set from parent- Parameters:
inheritedRules
- the list of inherited rules to set
-
getInheritedRules
Get list of the rules inherited by this rule set from parent- Returns:
- list of inherited rules
-
setRulesetNodeRef
Set the nodeRef to which this ruleset belongs- Parameters:
rulesetNodeRef
- the ruleset nodeRef to set
-
getRulesetNodeRef
Get the nodeRef to which this ruleset belongs- Returns:
- ruleset nodeRef
-
setLinkedToRuleSet
Set the nodeRef to which this ruleset linked to- Parameters:
linkedToRuleSet
- the nodeRef to set
-
getLinkedToRuleSet
Get the nodeRef to which this ruleset linked to- Returns:
- linked to nodeRef
-
setLinkedFromRuleSets
Set the list of nodeRefs that link to this ruleset- Parameters:
linkedFromRuleSets
- the list of nodeRefs to set
-
getLinkedFromRuleSets
Get the list of nodeRefs that link to this ruleset- Returns:
- the list of nodeRefs
-