Uses of Class
org.alfresco.rest.model.RestRuleSetModel
Packages that use RestRuleSetModel
-
Uses of RestRuleSetModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestRuleSetModel -
Uses of RestRuleSetModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestRuleSetModelModifier and TypeMethodDescriptionNode.getDefaultRuleSet()Get the default rule set from a folder.Node.getRuleSet(String ruleSetId) Get the specified rule set from a folder.Node.updateRuleSet(RestRuleSetModel ruleSet) Update a rule set on this folder - for example to reorder the rules.Methods in org.alfresco.rest.requests with parameters of type RestRuleSetModelModifier and TypeMethodDescriptionNode.updateRuleSet(RestRuleSetModel ruleSet) Update a rule set on this folder - for example to reorder the rules.