Uses of Class
org.alfresco.rest.api.model.Rule
-
Packages that use Rule Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.nodes -
-
Uses of Rule in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return types with arguments of type Rule Modifier and Type Method Description CollectionWithPagingInfo<Rule>Rules. getRules(String folderNodeId, String ruleSetId, Paging paging)Get rules for node's and rule set's IDs -
Uses of Rule in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return types with arguments of type Rule Modifier and Type Method Description CollectionWithPagingInfo<Rule>RulesImpl. getRules(String folderNodeId, String ruleSetId, Paging paging) -
Uses of Rule in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return Rule Modifier and Type Method Description static RuleRule. from(Rule ruleModel) -
Uses of Rule in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return types with arguments of type Rule Modifier and Type Method Description CollectionWithPagingInfo<Rule>NodeRulesRelation. readAll(String folderNodeId, Parameters parameters)List folder node rules for given node's and rule set's IDs as a page.
-