Class RuleSet
java.lang.Object
org.alfresco.rest.api.model.rules.RuleSet
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleSet.Builderbuilder()booleangetId()Find if the rule set is inherited by a folder.Find if the rule set is linked to by a folder.inthashCode()static booleanisDefaultId(String id) static booleanisNotDefaultId(String id) static RuleSetvoidvoidsetInclusionType(InclusionType inclusionType) voidsetInheritedBy(List<NodeRef> inheritedBy) voidsetIsInherited(Boolean inherited) Set a flag indicating that the rule set is inherited by a folder.voidsetIsLinkedTo(Boolean isLinkedTo) Set a flag indicating that the rule set is linked to by a folder.voidsetLinkedToBy(List<NodeRef> linkedToBy) voidsetOwningFolder(NodeRef owningFolder) voidsetRuleIds(List<String> ruleIds) toString()
-
Field Details
-
DEFAULT_ID
- See Also:
-
-
Constructor Details
-
RuleSet
public RuleSet()
-
-
Method Details
-
of
-
isNotDefaultId
-
isDefaultId
-
getId
-
setId
-
getOwningFolder
-
setOwningFolder
-
getInclusionType
-
setInclusionType
-
getInheritedBy
-
setInheritedBy
-
getLinkedToBy
-
setLinkedToBy
-
setIsInherited
Set a flag indicating that the rule set is inherited by a folder.- Parameters:
inherited- The flag.
-
getIsInherited
Find if the rule set is inherited by a folder.- Returns:
- The value of the flag.
-
setIsLinkedTo
Set a flag indicating that the rule set is linked to by a folder.- Parameters:
isLinkedTo- The flag.
-
getIsLinkedTo
Find if the rule set is linked to by a folder.- Returns:
- The value of the flag.
-
getRuleIds
-
setRuleIds
-
toString
-
equals
-
hashCode
public int hashCode() -
builder
-