Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.human.dto |
Data transfer objects for the functionality related to human-oriented processes.
|
com.whitestein.lsps.test | |
com.whitestein.lsps.test.web | |
com.whitestein.lsps.vaadin |
Modifier and Type | Method and Description |
---|---|
Todo |
TodoService.getLockedTodo(long todoId)
Returns the to-do for the given ID including the to-do content and its performers.
|
Todo |
TodoServiceBean.getLockedTodo(long todoId) |
Todo |
TodoService.getTodo(long todoId)
Returns the to-do for the given ID including the to-do content and its performers.
|
Todo |
TodoServiceBean.getTodo(long todoId) |
Todo |
TodoService.getTodoWithIncludes(long todoId,
boolean includeContent,
boolean includePerformers)
Returns the to-do for the given ID.
|
Todo |
TodoServiceBean.getTodoWithIncludes(long todoId,
boolean includeContent,
boolean includePerformers) |
Modifier and Type | Method and Description |
---|---|
List<Todo> |
TodoList.getData()
Returns a list of to-dos.
|
Iterator<Todo> |
TodoList.iterator() |
Constructor and Description |
---|
TodoList(Collection<Todo> todos)
Creates new instance.
|
TodoList(Collection<Todo> modules,
long total)
Creates new instance.
|
TodoList(QueryResult<Todo> todos)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Todo |
ModelInstance.findSingleAliveTodo(String title)
Finds an alive Todo with the given title.
|
Todo |
ModelInstance.findSingleAliveTodo(String title,
boolean includeContent)
Finds an alive Todo with the given title.
|
Todo |
ModelInstance.findSingleAliveTodoForCurrentUser(String title)
Finds an alive Todo with the given title in the todo list of the current user
belonging to this model instance.
|
Todo |
ModelInstance.waitForSingleAliveTodo(String title) |
Todo |
ModelInstance.waitForSingleAliveTodo(String title,
long timeoutMillis) |
Modifier and Type | Method and Description |
---|---|
List<Todo> |
ModelInstance.findAliveTodos()
Finds alive Todos created by this model instance.
|
List<Todo> |
ModelInstance.findAliveTodos(String title)
Finds alive Todos created by this model instance.
|
List<Todo> |
ModelInstance.findAliveTodosForAdmin()
Finds Todos created by this model instance in the Admin's todo list.
|
List<Todo> |
ModelInstance.findAliveTodosForCurrentUser()
Deprecated.
a misleading method name as it returns TODOs for Admin only. Use
ModelInstance.findAliveTodosForUser(String) or
ModelInstance.findAliveTodosForUser(TestPerson) instead; use ModelInstance.findAliveTodosForAdmin() if you really wish to retrieve Admin TODOs. |
List<Todo> |
ModelInstance.findAliveTodosForUser(String personId)
Finds Todos created by this model instance in the given person todo list.
|
List<Todo> |
ModelInstance.findAliveTodosForUser(TestPerson person)
Finds Todos created by this model instance in the given person todo list.
|
List<Todo> |
ModelInstance.findTodos()
Finds Todos created by this model instance.
|
List<Todo> |
ModelInstance.findTodos(TodoStatus status,
String title)
Finds todos with the given status and a title which match the given
title pattern.
|
List<Todo> |
LspsRemote.getTodoList()
Returns the current user to-do list.
|
static List<Todo> |
LspsRemote.getTodoList(TestPerson person)
Returns the current to-do list of given person.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.escalateTodo(Todo todo,
String reasonText) |
EvaluationResultValue |
ModelInstance.execute(String expression,
Todo todo)
Evaluates expression in base evaluation level in the context of the given To-do.
|
void |
ModelInstance.submitTodo(Todo todo) |
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.submitTodos(Iterable<Todo> todos) |
Modifier and Type | Method and Description |
---|---|
List<Todo> |
UITester.getTodoList()
Obtains a complete list of TODOs for the currently logged-in user.
|
Modifier and Type | Field and Description |
---|---|
protected Todo |
AbstractTodoHolder.todo |
Modifier and Type | Method and Description |
---|---|
Todo |
LspsTodoHolder.getTodo()
Returns the displayed to-do.
|
Todo |
AbstractTodoHolder.getTodo()
Returns the displayed to-do.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.