Uses of Interface
org.alfresco.repo.rule.RuntimeRuleService
-
Packages that use RuntimeRuleService Package Description org.alfresco.repo.action.executer org.alfresco.repo.rule org.alfresco.repo.rule.ruletrigger -
-
Uses of RuntimeRuleService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type RuntimeRuleService Modifier and Type Method Description voidExecuteAllRulesActionExecuter. setRuntimeRuleService(RuntimeRuleService runtimeRuleService)Set the runtime rule service -
Uses of RuntimeRuleService in org.alfresco.repo.rule
Classes in org.alfresco.repo.rule that implement RuntimeRuleService Modifier and Type Class Description classRuleServiceImplRule service implementation.Methods in org.alfresco.repo.rule with parameters of type RuntimeRuleService Modifier and Type Method Description voidLinkRules. setRuleService(RuntimeRuleService ruleService)voidUnlinkRules. setRuleService(RuntimeRuleService ruleService)Set rule serviceConstructors in org.alfresco.repo.rule with parameters of type RuntimeRuleService Constructor Description RuleTransactionListener(RuntimeRuleService ruleService)Constructor -
Uses of RuntimeRuleService in org.alfresco.repo.rule.ruletrigger
Methods in org.alfresco.repo.rule.ruletrigger with parameters of type RuntimeRuleService Modifier and Type Method Description voidCreateNodeRuleTrigger. setRuntimeRuleService(RuntimeRuleService runtimeRuleService)Set the rule servicevoidOnPropertyUpdateRuleTrigger. setRuntimeRuleService(RuntimeRuleService runtimeRuleService)Set the rule service
-