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.Builder
builder()
boolean
getId()
Find if the rule set is inherited by a folder.Find if the rule set is linked to by a folder.int
hashCode()
static boolean
isDefaultId
(String id) static boolean
isNotDefaultId
(String id) static RuleSet
void
void
setInclusionType
(InclusionType inclusionType) void
setInheritedBy
(List<NodeRef> inheritedBy) void
setIsInherited
(Boolean inherited) Set a flag indicating that the rule set is inherited by a folder.void
setIsLinkedTo
(Boolean isLinkedTo) Set a flag indicating that the rule set is linked to by a folder.void
setLinkedToBy
(List<NodeRef> linkedToBy) void
setOwningFolder
(NodeRef owningFolder) void
setRuleIds
(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
-