Package org.alfresco.rest.api.impl
Class RulesImpl
- java.lang.Object
-
- org.alfresco.rest.api.impl.RulesImpl
-
- All Implemented Interfaces:
Rules
@Experimental public class RulesImpl extends Object implements Rules
-
-
Constructor Summary
Constructors Constructor Description RulesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionWithPagingInfo<Rule>getRules(String folderNodeId, String ruleSetId, Paging paging)Get rules for node's and rule set's IDsvoidsetNodes(Nodes nodes)voidsetPermissionService(PermissionService permissionService)voidsetRuleService(RuleService ruleService)
-
-
-
Method Detail
-
getRules
public CollectionWithPagingInfo<Rule> getRules(String folderNodeId, String ruleSetId, Paging paging)
Description copied from interface:RulesGet rules for node's and rule set's IDs- Specified by:
getRulesin interfaceRules- Parameters:
folderNodeId- node IDruleSetId- rule set IDpaging-Paginginformation- Returns:
CollectionWithPagingInfocontaining a list page of folder rules
-
setNodes
public void setNodes(Nodes nodes)
-
setPermissionService
public void setPermissionService(PermissionService permissionService)
-
setRuleService
public void setRuleService(RuleService ruleService)
-
-