public class RuleSet
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RuleSet() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getInheritedRules()
Get list of the rules inherited by this rule set from parent
|
java.util.List |
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
|
java.util.List |
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(java.util.List inheritedRules)
Set list of the rules inherited by this rule set from parent
|
void |
setLinkedFromRuleSets(java.util.List 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(java.util.List 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(java.util.List rules)
rules
- the list of rules to setpublic java.util.List getRules()
public void setInheritedRules(java.util.List inheritedRules)
inheritedRules
- the list of inherited rules to setpublic java.util.List 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(java.util.List linkedFromRuleSets)
linkedFromRuleSets
- the list of nodeRefs to setpublic java.util.List getLinkedFromRuleSets()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.