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.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
setLinkedToBy
(List<NodeRef> linkedToBy) void
setOwningFolder
(NodeRef owningFolder) 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.
-
toString
-
equals
-
hashCode
public int hashCode() -
builder
-