| Package | Description | 
|---|---|
| com.whitestein.lsps.human | 
 Services for accessing the functionality related to human-oriented processes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TodoList | 
TodoServiceBean.getNextTodos(ExecutionTrace et,
            long modelInstanceId,
            java.lang.String thisTodoNamespace)  | 
TodoList | 
TodoService.getPersonalTodoList(PagingCriteria criteria)
Returns the personal list for the current user, the to-dos do not contain the to-do content
 nor the to-do performers. 
 | 
TodoList | 
TodoServiceBean.getPersonalTodoList(PagingCriteria criteria)  | 
TodoList | 
TodoService.getTodoList(TodoListCriteria criteria)
Returns the list of to-dos relevant for the current user. 
 | 
TodoList | 
TodoServiceBean.getTodoList(TodoListCriteria criteria)  | 
TodoList | 
TodoService.getTodoListForPerson(java.lang.String personId,
                    TodoListCriteria criteria)
Returns the list of to-dos relevant for the user identified by the given  
id. | 
TodoList | 
TodoServiceBean.getTodoListForPerson(java.lang.String personId,
                    TodoListCriteria criteria)  | 
TodoList | 
TodoService.searchTodos(TodoCriteria criteria)
Returns the list of to-dos for the given criteria. 
 | 
TodoList | 
TodoServiceBean.searchTodos(TodoCriteria criteria)  | 
TodoList | 
TodoService.sendSignalToModelInstance(long modelInstanceId,
                         ObjectValue signal)
Sends a signal to the process and returns next to-do group. 
 | 
TodoList | 
TodoServiceBean.sendSignalToModelInstance(long modelInstanceId,
                         ObjectValue signal)  | 
TodoList | 
TodoService.sendSignalToModelInstanceInNewTransaction(long modelInstanceId,
                                         ObjectValue signal)
Sends a signal to the process and returns next to-do group. 
 | 
TodoList | 
TodoServiceBean.sendSignalToModelInstanceInNewTransaction(long modelInstanceId,
                                         ObjectValue signal)  | 
TodoList | 
TodoService.sendSignalToModelInstanceWithDeadlockRetry(long modelInstanceId,
                                          ObjectValue signal)
Sends a signal to the process and returns next to-do group. 
 | 
TodoList | 
TodoServiceBean.sendSignalToModelInstanceWithDeadlockRetry(long modelInstanceId,
                                          ObjectValue signal)  | 
TodoList | 
TodoService.startInterpretModelInstance(long modelInstanceId)
Starts the interpretation of an existing process for given process ID. 
 | 
TodoList | 
TodoServiceBean.startInterpretModelInstance(long modelInstanceId)  | 
TodoList | 
TodoService.startInterpretModelInstanceInNewTransaction(long modelInstanceId)
Starts the interpretation of an existing process for given process ID. 
 | 
TodoList | 
TodoServiceBean.startInterpretModelInstanceInNewTransaction(long modelInstanceId)  | 
TodoList | 
TodoService.startInterpretModelInstanceWithDeadlockRetry(long modelInstanceId)
Starts the interpretation of an existing process for given process ID. 
 | 
TodoList | 
TodoServiceBean.startInterpretModelInstanceWithDeadlockRetry(long modelInstanceId)  | 
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.