Uses of Class
org.jbpm.services.task.commands.TaskContext
-
Packages that use TaskContext Package Description org.jbpm.kie.services.impl.admin.commands org.jbpm.services.task.commands org.jbpm.services.task.impl.util -
-
Uses of TaskContext in org.jbpm.kie.services.impl.admin.commands
Methods in org.jbpm.kie.services.impl.admin.commands with parameters of type TaskContext Modifier and Type Method Description protected boolean
UpdateTaskCommand. isOwner(String userId, List<org.kie.api.task.model.OrganizationalEntity> potentialOwners, org.kie.api.task.model.OrganizationalEntity actualOwner, TaskContext context)
-
Uses of TaskContext in org.jbpm.services.task.commands
Methods in org.jbpm.services.task.commands with parameters of type TaskContext Modifier and Type Method Description protected boolean
GetUserTaskCommand. checkUserPermissions(String userId, org.kie.api.task.model.Task task, TaskContext context)
-
Uses of TaskContext in org.jbpm.services.task.impl.util
Methods in org.jbpm.services.task.impl.util with parameters of type TaskContext Modifier and Type Method Description static void
DeadlineSchedulerHelper. rescheduleDeadlinesForTask(org.kie.internal.task.api.model.InternalTask task, TaskContext taskContext, boolean unboundRepeatableOnly, org.kie.internal.task.api.model.Deadline triggered, org.kie.internal.task.api.TaskDeadlinesService.DeadlineType... types)
static void
DeadlineSchedulerHelper. rescheduleDeadlinesForTask(org.kie.internal.task.api.model.InternalTask task, TaskContext taskContext, boolean unboundRepeatableOnly, org.kie.internal.task.api.TaskDeadlinesService.DeadlineType... types)
static void
DeadlineSchedulerHelper. scheduleDeadlinesForTask(org.kie.internal.task.api.model.InternalTask task, TaskContext taskContext, org.kie.internal.task.api.TaskDeadlinesService.DeadlineType... types)
-