Package | Description |
---|---|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
Modifier and Type | Method and Description |
---|---|
void |
TodoServiceBean.allocateTodo(long todoId,
String personId) |
void |
TodoService.delegate(long todoId,
Collection<String> delegates)
Delegates the to-do identified by its ID to a given set of delegates identified by their
ID-s.
|
void |
TodoServiceBean.delegate(long todoId,
Collection<String> delegateIds) |
void |
TodoService.escalateTodo(long todoId,
String reason)
Escalates to-do.
|
void |
TodoServiceBean.escalateTodo(long todoId,
String reason) |
Collection<Person> |
TodoService.getAllOnBehalfOf(long todoId,
String personId)
Returns the set of persons on behalf of which the user sees the to-do in his to-do list.
|
Collection<Person> |
TodoServiceBean.getAllOnBehalfOf(long todoId,
String personId) |
TodoAuthorization |
TodoService.getAuthorization(long todoId,
String personId)
Returns the reason why the person can see the to-do in his to-do list.
|
TodoAuthorization |
TodoServiceBean.getAuthorization(long todoId,
String personId) |
Collection<Person> |
TodoService.getCurrentAssignees(long todoId)
Find current assignees for a to-do specified by its ID.
|
Collection<Person> |
TodoServiceBean.getCurrentAssignees(long todoId) |
Collection<TodoEscalation> |
TodoService.getEscalations(long todoId)
Returns a collection of todo escalations.
|
Collection<TodoEscalation> |
TodoServiceBean.getEscalations(long todoId) |
String |
TodoServiceBean.getImplementationType(long todoId) |
Collection<Person> |
TodoService.getRejecters(long todoId)
Gets persons who reject to-do specified by its ID.
|
Collection<Person> |
TodoServiceBean.getRejecters(long todoId) |
Collection<TodoRejection> |
TodoService.getRejections(long todoId)
Gets rejections for to-do specified by its ID.
|
Collection<TodoRejection> |
TodoServiceBean.getRejections(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.reassign(long todoId,
PerformerList performers)
Reassigns todo to new performers.
|
void |
TodoServiceBean.reassign(long todoId,
PerformerList performers) |
void |
TodoServiceBean.reassignTodo(long todoId,
Set<Performer> performers) |
void |
TodoService.rejectAnyTodoForPerson(long todoId,
String personId,
String reason,
boolean rejectInaccessible)
Rejects a to-do specified by its ID by a user, with some reason.
|
void |
TodoServiceBean.rejectAnyTodoForPerson(long todoId,
String personId,
String reason,
boolean rejectInaccessible) |
void |
TodoService.rejectTodo(long todoId,
String reason)
Rejects a to-do specified by its ID by a user that is currently logged in, with some reason.
|
void |
TodoServiceBean.rejectTodo(long todoId,
String reason) |
void |
TodoService.rejectTodoForPerson(long todoId,
String personId,
String reason)
Rejects a to-do specified by its ID by a user, with some reason.
|
void |
TodoServiceBean.rejectTodoForPerson(long todoId,
String personId,
String reason) |
void |
TodoService.resetTodo(long todoId)
Resets to-do state.
|
void |
TodoServiceBean.resetTodo(long todoId) |
void |
TodoService.saveTodo(long todoId,
ByteData data)
Saves to-do.
|
void |
TodoServiceBean.saveTodo(long todoId,
ByteData data) |
void |
TodoService.setCompressedTodoSavedState(long todoId,
CompressedData data)
Sets the todo saved state.
|
void |
TodoServiceBean.setCompressedTodoSavedState(long todoId,
CompressedData data) |
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) |
void |
TodoService.setTodoSavedState(long todoId,
ByteData data)
Sets the todo saved state.
|
void |
TodoServiceBean.setTodoSavedState(long todoId,
ByteData data) |
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) |
void |
TodoService.undoDelegation(long todoId)
Undo the to-do delegation for a to-do specified by its ID.
|
void |
TodoServiceBean.undoDelegation(long todoId) |
void |
TodoService.undoRejectTodo(long todoId,
String personId)
Undo the rejection of a to-do specified by its ID, by a person specified by its id.
|
void |
TodoServiceBean.undoRejectTodo(long todoId,
String personId) |
void |
TodoService.unlockTodo(long todoId)
Unlocks to-do.
|
void |
TodoServiceBean.unlockTodo(long todoId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.