See: Description
Interface | Description |
---|---|
TodoIncludes |
This interface specifies whether to include different parts of a todo.
|
Class | Description |
---|---|
DocumentInfo |
Info about document.
|
DocumentParameters |
Data transfer object representing a set of document parameters.
|
DocumentParameters.Parameter |
Data transfer object representing one document parameter.
|
SavedDocument |
Info about document.
|
SavedDocumentCriteria |
Criteria object for searching of
Todo -s. |
SavedDocumentList |
Class representing a list of saved documents.
|
SavedDocumentOrdering |
SavedDocument ordering.
|
Todo |
Data transfer object representing a todo.
|
TodoCriteria |
Criteria object for searching of
Todo -s. |
TodoEscalation |
Dto representing a todo escalation.
|
TodoList |
Class representing a list of to-dos.
|
TodoListCriteria |
Criteria for getting the todo-list.
|
TodoOrdering |
Todo ordering.
|
TodoRejection |
Data transfer object representing a todo rejection
|
Enum | Description |
---|---|
SavedDocumentColumn |
SavedDocument columns that can be used in queries.
|
TodoAuthorization |
Enumeration of the possible todo authorizations for a person and a todo.
|
TodoColumn |
Todo columns that can be used in queries.
|
TodoStatus |
Todo status.
|
If a task wants to display some informations or get input from a user, it may create
a Todo
.
Todos are generated by tasks (typically extending BaseTodoTask) and saved
to database. The application then can display the todos to the users (depending on
to which set of performers a todo is issued for) and allow them to submit,
save and cancel these todos with the help of TodoService
.
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.