@PermitAll public class CustomUIUserTask extends BaseTodoTask implements com.whitestein.lsps.human.task.TodoTask
ExecutableTask.Result| Constructor and Description |
|---|
CustomUIUserTask() |
| Modifier and Type | Method and Description |
|---|---|
protected Todo |
addTodo(TaskContext context,
java.lang.String type,
java.io.Serializable content)
Creates a to-do (calls
BaseTodoTask.createTodo(TaskContext, String, Serializable)) and adds the to-do
to the database. |
protected java.io.Serializable |
createContent(TaskContext context)
This method should return the todo content, it is called when starting a todo-task.
|
protected com.whitestein.lsps.human.UIImplementationType |
getTodoImplementationType(java.io.Serializable content) |
protected java.lang.String |
getType(TaskContext context)
This method should return the todo-task type.
|
createTodo, escalate, getEscalationDate, getEscalationTimeout, getHumanHolderConverter, getIssuedTodo, getModelInstanceUtilsService, getModelProviderService, getPerformerHolderConverter, getPerformers, getTitle, getTodo, getTodoDao, getTodoId, processInput, processReply, removeTodo, resume, start, suspend, terminateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessInput, start, terminateescalate, getEscalationDateresume, suspendprotected java.lang.String getType(TaskContext context)
BaseTodoTaskgetType in class BaseTodoTaskprotected com.whitestein.lsps.human.UIImplementationType getTodoImplementationType(java.io.Serializable content)
getTodoImplementationType in class BaseTodoTaskprotected java.io.Serializable createContent(TaskContext context)
BaseTodoTaskcreateContent in class BaseTodoTaskprotected Todo addTodo(TaskContext context, java.lang.String type, java.io.Serializable content) throws ErrorException
BaseTodoTaskBaseTodoTask.createTodo(TaskContext, String, Serializable)) and adds the to-do
to the database.addTodo in class BaseTodoTaskErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.