Package | Description |
---|---|
org.jbpm.task.assigning.model | |
org.jbpm.task.assigning.model.solver | |
org.jbpm.task.assigning.model.solver.realtime |
Modifier and Type | Field and Description |
---|---|
static User |
User.PLANNING_USER
Planning user is defined user for avoid breaking hard constraints.
|
Modifier and Type | Method and Description |
---|---|
User |
User.getUser() |
abstract User |
TaskOrUser.getUser() |
User |
Task.getUser() |
Modifier and Type | Method and Description |
---|---|
List<User> |
TaskAssigningSolution.getUserList() |
Modifier and Type | Method and Description |
---|---|
void |
Task.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
TaskAssigningSolution.setUserList(List<User> userList) |
Constructor and Description |
---|
TaskAssigningSolution(long id,
List<User> userList,
List<Task> taskList) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TaskHelper.isPotentialOwner(Task task,
User user) |
Modifier and Type | Method and Description |
---|---|
User |
AssignTaskProblemFactChange.getUser() |
Constructor and Description |
---|
AssignTaskProblemFactChange(Task task,
User user) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.