Package org.alfresco.rest.api
Interface Rules
-
- All Known Implementing Classes:
RulesImpl
@Experimental public interface Rules
Folder node rules API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RulegetRuleById(String folderNodeId, String ruleSetId, String ruleId)Get rule for rule's ID and check associations with folder node and rule set nodeCollectionWithPagingInfo<Rule>getRules(String folderNodeId, String ruleSetId, Paging paging)Get rules for node's and rule set's IDs
-
-
-
Method Detail
-
getRules
CollectionWithPagingInfo<Rule> getRules(String folderNodeId, String ruleSetId, Paging paging)
Get rules for node's and rule set's IDs- Parameters:
folderNodeId- - folder node IDruleSetId- - rule set IDpaging- -Paginginformation- Returns:
CollectionWithPagingInfocontaining a list page of folder rules
-
-