03-27-2008 05:39 PM
03-27-2008 05:39 PM
03-27-2008 05:39 PM
03-27-2008 05:40 PM
NodeRef nodeRef = …;
String ruleName = …;
List<Rule> rules = ruleService.getRules(nodeRef, true, ruleName);
Rule rule = rules.get(0); // customize logic!
Action action = rule.getAction();
actionService.executeAction(action, nodeRef, true, true); //true, true = Check der Bedingung, asynchrone Ausführung!
NodeRef nodeRef = …;
Rule rule = …; // siehe oben
Set<ExecutedRuleDate> executedRules = …;
runtimeRuleService.executeRule(rule, nodeRef, executedRules);
03-27-2008 05:41 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.