Uses of Class
org.alfresco.service.cmr.rule.Rule
Packages that use Rule
-
Uses of Rule in org.alfresco.repo.rule
Fields in org.alfresco.repo.rule declared as RuleMethods in org.alfresco.repo.rule that return RuleModifier and TypeMethodDescriptionRuleServiceImpl.ExecutedRuleData.getRule()Create the rule object from the rule node referenceMethods in org.alfresco.repo.rule that return types with arguments of type RuleModifier and TypeMethodDescriptionMethods in org.alfresco.repo.rule with parameters of type RuleModifier and TypeMethodDescriptionvoidRuleServiceImpl.addRulePendingExecution(NodeRef actionableNodeRef, NodeRef actionedUponNodeRef, Rule rule) voidRuleServiceImpl.addRulePendingExecution(NodeRef actionableNodeRef, NodeRef actionedUponNodeRef, Rule rule, boolean executeAtEnd) voidRuntimeRuleService.addRulePendingExecution(NodeRef actionableNodeRef, NodeRef actionedUponNodeRef, Rule rule) Add a rule to the pending execution listvoidRuntimeRuleService.addRulePendingExecution(NodeRef actionableNodeRef, NodeRef actionedUponNodeRef, Rule rule, boolean executeAtEnd) Add a rule to the pending execution listvoidRuleServiceImpl.disableRule(Rule rule) voidRuleServiceImpl.enableRule(Rule rule) voidRuleServiceImpl.executeRule(Rule rule, NodeRef actionedUponNodeRef, Set<RuleServiceImpl.ExecutedRuleData> executedRules) voidRuntimeRuleService.executeRule(Rule rule, NodeRef actionedUponNodeRef, Set<RuleServiceImpl.ExecutedRuleData> executedRules) Execute a ruleRuleServiceImpl.getOwningNodeRef(Rule rule) voidRuleServiceImpl.removeRule(NodeRef nodeRef, Rule rule) voidvoidRuleServiceImpl.setRulePosition(NodeRef nodeRef, Rule rule, int index) Method parameters in org.alfresco.repo.rule with type arguments of type RuleModifier and TypeMethodDescriptionvoidRuleServiceImpl.setNodeRulesCache(SimpleCache<NodeRef, List<Rule>> nodeRulesCache) Set the cache to hold node's individual rules.Constructors in org.alfresco.repo.rule with parameters of type Rule -
Uses of Rule in org.alfresco.service.cmr.rule
Methods in org.alfresco.service.cmr.rule that return RuleModifier and TypeMethodDescriptionGet the rule given its node referenceSaves the details of the rule to the specified node reference.Methods in org.alfresco.service.cmr.rule that return types with arguments of type RuleModifier and TypeMethodDescriptionGet all the rules associated with an actionable node, including those inherited from parents.Get the rules associated with an actionable node.Get the rules associated with an actionable node that are of a specific rule type.Methods in org.alfresco.service.cmr.rule with parameters of type RuleModifier and TypeMethodDescriptionvoidRuleService.disableRule(Rule rule) Disables a rule, preventing it from being fired.voidRuleService.enableRule(Rule rule) Enables a rule previously disabled.RuleService.getOwningNodeRef(Rule rule) Returns the owning node reference for a rule.voidRuleService.removeRule(NodeRef nodeRef, Rule rule) Removes a rule from the given rule actionable nodeSaves the details of the rule to the specified node reference.voidvoidRuleService.setRulePosition(NodeRef nodeRef, Rule rule, int index)