Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
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) |
void |
TodoService.lockTodo(long todoId)
Locks the to-do.
|
void |
TodoServiceBean.lockTodo(long todoId) |
void |
TodoService.lockTodoForPerson(long todoId,
String personId)
Locks the to-do for the given person.
|
void |
TodoServiceBean.lockTodoForPerson(long todoId,
String personId) |
void |
TodoService.saveTodo(long todoId,
ByteData data)
Saves to-do.
|
void |
TodoService.setNotes(long todoId,
String notes)
Sets notes to the todo
|
void |
TodoServiceBean.setNotes(long todoId,
String notes) |
void |
TodoService.setPriority(long todoId,
Integer priority)
Sets priority of the todo in personal todo list
|
void |
TodoServiceBean.setPriority(long todoId,
Integer priority) |
ExecutionTrace |
TodoServiceBean.submit(long todoId,
ModelInstance detachedModelInstance) |
TodoList |
TodoService.submitTodo(long todoId,
ByteData data)
Submits the to-do and returns the next to-do group.
|
TodoList |
TodoServiceBean.submitTodo(long todoId,
ByteData result) |
TodoList |
TodoServiceBean.submitTodo(long todoId,
ModelInstance detachedModelInstance) |
TodoList |
TodoService.submitTodoInNewTransaction(long todoId,
ByteData data)
Submits the to-do and returns the next to-do group.
|
TodoList |
TodoServiceBean.submitTodoInNewTransaction(long todoId,
ByteData result) |
TodoList |
TodoServiceBean.submitTodoInNewTransaction(long todoId,
ModelInstance detachedModelInstance) |
TodoList |
TodoService.submitTodoWithDeadlockRetry(long todoId,
ByteData data)
Submits the to-do and returns the next to-do group.
|
TodoList |
TodoServiceBean.submitTodoWithDeadlockRetry(long todoId,
ByteData result) |
TodoList |
TodoServiceBean.submitTodoWithDeadlockRetry(long todoId,
ModelInstance detachedModelInstance) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.