|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.web.scripts.rule.ruleset.RuleSet
public class RuleSet
Constructor Summary | |
---|---|
RuleSet()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleSet()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |