Uses of Class
org.alfresco.rest.api.model.rules.RuleSetting
Packages that use RuleSetting
Package
Description
-
Uses of RuleSetting in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return RuleSettingModifier and TypeMethodDescriptionRuleSettings.getRuleSetting
(String folderId, String ruleSettingKey) Get the rule setting with the given key.RuleSettings.setRuleSetting
(String folderId, RuleSetting ruleSetting) Set the rule setting against the specified folder.Methods in org.alfresco.rest.api with parameters of type RuleSettingModifier and TypeMethodDescriptionRuleSettings.setRuleSetting
(String folderId, RuleSetting ruleSetting) Set the rule setting against the specified folder. -
Uses of RuleSetting in org.alfresco.rest.api.impl.rules
Methods in org.alfresco.rest.api.impl.rules that return RuleSettingModifier and TypeMethodDescriptionRuleSettingsImpl.getRuleSetting
(String folderId, String ruleSettingKey) RuleSettingsImpl.setRuleSetting
(String folderId, RuleSetting ruleSetting) Methods in org.alfresco.rest.api.impl.rules with parameters of type RuleSettingModifier and TypeMethodDescriptionRuleSettingsImpl.setRuleSetting
(String folderId, RuleSetting ruleSetting) -
Uses of RuleSetting in org.alfresco.rest.api.model.rules
Methods in org.alfresco.rest.api.model.rules that return RuleSetting -
Uses of RuleSetting in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return RuleSettingModifier and TypeMethodDescriptionNodeRuleSettingsRelation.readById
(String folderId, String ruleSettingKey, Parameters parameters) Get the given configuration value for the specified folder.NodeRuleSettingsRelation.update
(String folderId, RuleSetting ruleSetting, Parameters parameters) Set the value of a rule setting for the specified folder.Methods in org.alfresco.rest.api.nodes with parameters of type RuleSettingModifier and TypeMethodDescriptionNodeRuleSettingsRelation.update
(String folderId, RuleSetting ruleSetting, Parameters parameters) Set the value of a rule setting for the specified folder.