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()inthashCode()static booleanisDefaultId(String id) static booleanisNotDefaultId(String id) static RuleSetvoidvoidsetInclusionType(InclusionType inclusionType) voidsetInheritedBy(List<NodeRef> inheritedBy) voidsetLinkedToBy(List<NodeRef> linkedToBy) voidsetOwningFolder(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
-
toString
-
equals
-
hashCode
public int hashCode() -
builder
-