Part of GTG.core.datastore View In Hierarchy
Method | __init__ | Undocumented |
Method | all_tasks | Undocumented |
Method | has_task | Undocumented |
Method | get_task | Undocumented |
Method | delete_task | Undocumented |
Method | new_task | Create a new task and return it. |
Method | get_tagstore | Undocumented |
Method | get_requester | Undocumented |
Method | register_backend | Undocumented |
Method | unregister_backend | Undocumented |
Method | get_all_backends | Undocumented |
Method | refresh_ui | Undocumented |
Method | refresh_tasklist | Undocumented |
Parameters | tid | The task ID. If not provided but pid is provided, we ask the
backend for pid to come up with one. If provided and the task
exists, return the existing task.
|
pid | The project ID. If you provide tid , you do not need to provide
this.
| |
newtask | True if this is a new task. False if you are
importing an existing task.
| |
Returns | A Task .
|