Uses of Class
org.alfresco.rest.api.model.rules.Rule
-
Packages that use Rule Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model.rules org.alfresco.rest.api.nodes -
-
Uses of Rule in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Rule Modifier and Type Method Description RuleRules. getRuleById(String folderNodeId, String ruleSetId, String ruleId)Get rule for rule's ID and check associations with folder node and rule set nodeMethods 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 Rule Modifier and Type Method Description RuleRulesImpl. getRuleById(String folderNodeId, String ruleSetId, String ruleId)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.rules
Methods in org.alfresco.rest.api.model.rules 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 Rule Modifier and Type Method Description RuleNodeRulesRelation. readById(String folderNodeId, String ruleSetId, Parameters parameters)Get single folder rule for given node's, rule set's and rule's IDs.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 rules for given folder node's and rule set's IDs as a page.
-