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 CollectionWithPagingInfo<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- node IDruleSetId- rule set IDpaging-Paginginformation- Returns:
CollectionWithPagingInfocontaining a list page of folder rules
-
-