jBPM distribution 6.0.0.CR1

org.jbpm.services.task.rule
Interface TaskRuleService

All Known Implementing Classes:
TaskRuleServiceImpl

public interface TaskRuleService


Field Summary
static String ADD_TASK_SCOPE
           
static String COMPLETE_TASK_SCOPE
           
 
Method Summary
 void executeRules(Task task, String userId, Object params, String scope)
           
 

Field Detail

ADD_TASK_SCOPE

static final String ADD_TASK_SCOPE
See Also:
Constant Field Values

COMPLETE_TASK_SCOPE

static final String COMPLETE_TASK_SCOPE
See Also:
Constant Field Values
Method Detail

executeRules

void executeRules(Task task,
                  String userId,
                  Object params,
                  String scope)
                  throws TaskException
Throws:
TaskException

jBPM distribution 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.