Uses of Class
org.alfresco.rest.api.model.rules.RuleSet
Packages that use RuleSet
Package
Description
-
Uses of RuleSet in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return RuleSetModifier and TypeMethodDescriptionRuleSets.getRuleSetById
(String folderNodeId, String ruleSetId, List<String> includes) Get the rule set with the given ID and check associations with the folder node.RuleSets.updateRuleSet
(String folderNodeId, RuleSet ruleSet, List<String> includes) Update a rule set - for example to reorder the rules within it.Methods in org.alfresco.rest.api that return types with arguments of type RuleSetModifier and TypeMethodDescriptionRuleSets.getRuleSets
(String folderNodeId, List<String> includes, Paging paging) Get rule sets for a folder.Methods in org.alfresco.rest.api with parameters of type RuleSet -
Uses of RuleSet in org.alfresco.rest.api.impl.rules
Methods in org.alfresco.rest.api.impl.rules that return RuleSetModifier and TypeMethodDescriptionRuleSetsImpl.getRuleSetById
(String folderNodeId, String ruleSetId, List<String> includes) RuleSetLoader.loadRuleSet
(NodeRef ruleSetNodeRef, NodeRef folderNodeRef, List<String> includes) Load a rule set for the given node ref.RuleSetsImpl.updateRuleSet
(String folderNodeId, RuleSet ruleSet, List<String> includes) Methods in org.alfresco.rest.api.impl.rules that return types with arguments of type RuleSetModifier and TypeMethodDescriptionRuleSetsImpl.getRuleSets
(String folderNodeId, List<String> includes, Paging paging) Methods in org.alfresco.rest.api.impl.rules with parameters of type RuleSet -
Uses of RuleSet in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return RuleSet -
Uses of RuleSet in org.alfresco.rest.api.rules
Methods in org.alfresco.rest.api.rules that return RuleSetModifier and TypeMethodDescriptionNodeRuleSetsRelation.readById
(String folderNodeId, String ruleSetId, Parameters parameters) Get single folder rule for given node's, rule set's and rule's IDs.NodeRuleSetsRelation.update
(String folderNodeId, RuleSet ruleSet, Parameters parameters) Update a rule set, in particular this is useful for reordering rules in a rule set.Methods in org.alfresco.rest.api.rules that return types with arguments of type RuleSetModifier and TypeMethodDescriptionNodeRuleSetsRelation.readAll
(String folderNodeId, Parameters parameters) List rule sets for given folder.Methods in org.alfresco.rest.api.rules with parameters of type RuleSetModifier and TypeMethodDescriptionNodeRuleSetsRelation.update
(String folderNodeId, RuleSet ruleSet, Parameters parameters) Update a rule set, in particular this is useful for reordering rules in a rule set.