Package org.jbpm.services.task.commands
Class ExecuteTaskRulesCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<Void>
-
- org.jbpm.services.task.commands.ExecuteTaskRulesCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Void>
,org.kie.api.command.ExecutableCommand<Void>
public class ExecuteTaskRulesCommand extends TaskCommand<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecuteTaskRulesCommand()
ExecuteTaskRulesCommand(long taskId, String userId, Map<String,Object> data, String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(org.kie.api.runtime.Context ctx)
Map<String,Object>
getData()
void
setData(Map<String,Object> data)
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-