Uses of Class
org.alfresco.rest.api.model.rules.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return RuleModifier and TypeMethodDescriptionGet rule for rule's ID and check associations with folder node and rule set nodeRules.updateRuleById
(String folderNodeId, String ruleSetId, String ruleId, Rule rule, List<String> includes) Update a rule.Methods in org.alfresco.rest.api that return types with arguments of type RuleModifier and TypeMethodDescriptionCreate new rules (and potentially a rule set if "-default-" is supplied).Get rules for node's and rule set's IDsMethods in org.alfresco.rest.api with parameters of type RuleModifier and TypeMethodDescriptionRules.updateRuleById
(String folderNodeId, String ruleSetId, String ruleId, Rule rule, List<String> includes) Update a rule.Method parameters in org.alfresco.rest.api with type arguments of type Rule -
Uses of Rule in org.alfresco.rest.api.impl.mapper.rules
Methods in org.alfresco.rest.api.impl.mapper.rules that return RuleModifier and TypeMethodDescriptionRestRuleModelMapper.toRestModel
(Rule serviceRule) Converts service POJO rule to REST model rule.Methods in org.alfresco.rest.api.impl.mapper.rules with parameters of type RuleModifier and TypeMethodDescriptionRestRuleModelMapper.toServiceModel
(Rule restRuleModel) Convert the REST model object to the equivalent service POJO. -
Uses of Rule in org.alfresco.rest.api.impl.rules
Methods in org.alfresco.rest.api.impl.rules that return RuleModifier and TypeMethodDescriptionRulesImpl.updateRuleById
(String folderNodeId, String ruleSetId, String ruleId, Rule rule, List<String> includes) Methods in org.alfresco.rest.api.impl.rules that return types with arguments of type RuleModifier and TypeMethodDescriptionRulesImpl.createRules
(String folderNodeId, String ruleSetId, List<Rule> rules, List<String> includes) Methods in org.alfresco.rest.api.impl.rules with parameters of type RuleModifier and TypeMethodDescriptionRulesImpl.updateRuleById
(String folderNodeId, String ruleSetId, String ruleId, Rule rule, List<String> includes) Method parameters in org.alfresco.rest.api.impl.rules with type arguments of type RuleModifier and TypeMethodDescriptionRulesImpl.createRules
(String folderNodeId, String ruleSetId, List<Rule> rules, List<String> includes) void
RuleLoader.setRuleMapper
(RestModelMapper<Rule, Rule> ruleMapper) void
RulesImpl.setRuleMapper
(RestModelMapper<Rule, Rule> ruleMapper) -
Uses of Rule in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return Rule -
Uses of Rule in org.alfresco.rest.api.rules
Methods in org.alfresco.rest.api.rules that return RuleModifier and TypeMethodDescriptionNodeRulesRelation.readById
(String folderNodeId, String ruleSetId, Parameters parameters) Get single folder rule for given node's, rule set's and rule's IDs.NodeRulesRelation.update
(String folderNodeId, Rule rule, Parameters parameters) Update the specified folder rule.Methods in org.alfresco.rest.api.rules that return types with arguments of type RuleModifier and TypeMethodDescriptionNodeRulesRelation.create
(String folderNodeId, List<Rule> ruleList, Parameters parameters) Create one or more rules inside a given folder and rule set.NodeRulesRelation.readAll
(String folderNodeId, Parameters parameters) List folder rules for given folder node's and rule set's IDs as a page.Methods in org.alfresco.rest.api.rules with parameters of type RuleModifier and TypeMethodDescriptionNodeRulesRelation.update
(String folderNodeId, Rule rule, Parameters parameters) Update the specified folder rule.Method parameters in org.alfresco.rest.api.rules with type arguments of type Rule