Package org.alfresco.rest.api
Interface RuleSets
- All Known Implementing Classes:
RuleSetsImpl
Rule sets API.
-
Method Summary
Modifier and TypeMethodDescriptiongetRuleSetById
(String folderNodeId, String ruleSetId, List<String> includes) Get the rule set with the given ID and check associations with the folder node.getRuleSets
(String folderNodeId, List<String> includes, Paging paging) Get rule sets for a folder.linkToRuleSet
(String folderNodeId, String linkToNodeId) Link a rule set to a folder
-
Method Details
-
getRuleSets
CollectionWithPagingInfo<RuleSet> getRuleSets(String folderNodeId, List<String> includes, Paging paging) Get rule sets for a folder.- Parameters:
folderNodeId
- Folder node IDpaging
-Paging
informationincludes
- List of fields to include in the rule set- Returns:
CollectionWithPagingInfo
containing a list page of rule sets
-
getRuleSetById
Get the rule set with the given ID and check associations with the folder node.- Parameters:
folderNodeId
- Folder node IDruleSetId
- Rule set IDincludes
- List of fields to include in the rule set- Returns:
RuleSet
definition
-
linkToRuleSet
Link a rule set to a folder
-