public class RuleSet extends Object implements Serializable
Constructor and Description |
---|
RuleSet() |
Modifier and Type | Method and Description |
---|---|
List<RuleRef> |
getInheritedRules()
Get list of the rules inherited by this rule set from parent
|
List<org.alfresco.service.cmr.repository.NodeRef> |
getLinkedFromRuleSets()
Get the list of nodeRefs that link to this ruleset
|
org.alfresco.service.cmr.repository.NodeRef |
getLinkedToRuleSet()
Get the nodeRef to which this ruleset linked to
|
List<RuleRef> |
getRules()
Get list of the rules "owned" by this rule set
|
org.alfresco.service.cmr.repository.NodeRef |
getRulesetNodeRef()
Get the nodeRef to which this ruleset belongs
|
void |
setInheritedRules(List<RuleRef> inheritedRules)
Set list of the rules inherited by this rule set from parent
|
void |
setLinkedFromRuleSets(List<org.alfresco.service.cmr.repository.NodeRef> linkedFromRuleSets)
Set the list of nodeRefs that link to this ruleset
|
void |
setLinkedToRuleSet(org.alfresco.service.cmr.repository.NodeRef linkedToRuleSet)
Set the nodeRef to which this ruleset linked to
|
void |
setRules(List<RuleRef> rules)
Set list of the rules "owned" by this rule set
|
void |
setRulesetNodeRef(org.alfresco.service.cmr.repository.NodeRef rulesetNodeRef)
Set the nodeRef to which this ruleset belongs
|
public void setRules(List<RuleRef> rules)
rules
- the list of rules to setpublic List<RuleRef> getRules()
public void setInheritedRules(List<RuleRef> inheritedRules)
inheritedRules
- the list of inherited rules to setpublic List<RuleRef> getInheritedRules()
public void setRulesetNodeRef(org.alfresco.service.cmr.repository.NodeRef rulesetNodeRef)
rulesetNodeRef
- the ruleset nodeRef to setpublic org.alfresco.service.cmr.repository.NodeRef getRulesetNodeRef()
public void setLinkedToRuleSet(org.alfresco.service.cmr.repository.NodeRef linkedToRuleSet)
linkedToRuleSet
- the nodeRef to setpublic org.alfresco.service.cmr.repository.NodeRef getLinkedToRuleSet()
public void setLinkedFromRuleSets(List<org.alfresco.service.cmr.repository.NodeRef> linkedFromRuleSets)
linkedFromRuleSets
- the list of nodeRefs to setpublic List<org.alfresco.service.cmr.repository.NodeRef> getLinkedFromRuleSets()
Copyright © 2005–2017 Alfresco Software. All rights reserved.