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.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. -
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.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) -
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.nodes
Methods in org.alfresco.rest.api.nodes 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.Methods in org.alfresco.rest.api.nodes that return types with arguments of type RuleSetModifier and TypeMethodDescriptionNodeRuleSetsRelation.readAll(String folderNodeId, Parameters parameters) List rule sets for given folder.