org.jbpm.services.task.rule.impl
Class TaskRuleServiceImpl
java.lang.Object
org.jbpm.services.task.rule.impl.TaskRuleServiceImpl
- All Implemented Interfaces:
- TaskRuleService
@ApplicationScoped
public class TaskRuleServiceImpl
- extends Object
- implements TaskRuleService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskRuleServiceImpl
public TaskRuleServiceImpl()
executeRules
public void executeRules(Task task,
String userId,
org.kie.internal.task.api.model.ContentData contentData,
String scope)
throws TaskException
- Specified by:
executeRules
in interface TaskRuleService
- Throws:
TaskException
executeRules
public void executeRules(Task task,
String userId,
Object params,
String scope)
throws TaskException
- Specified by:
executeRules
in interface TaskRuleService
- Throws:
TaskException
getRuleContextProvider
public RuleContextProvider getRuleContextProvider()
setRuleContextProvider
public void setRuleContextProvider(RuleContextProvider ruleContextProvider)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.