| Package | Description |
|---|---|
| org.osid.checklist |
The Open Service Interface Definitions for the org.osid.checklist
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TodoSearchSession
This session provides methods for searching
Todo
objects. |
| Modifier and Type | Method and Description |
|---|---|
TodoQuerySession |
ChecklistManager.getTodoQuerySession()
Gets the
OsidSession associated with the todo query
service. |
TodoQuerySession |
ChecklistProxyManager.getTodoQuerySession(Proxy proxy)
Gets the
OsidSession associated with the todo query
service. |
TodoQuerySession |
ChecklistManager.getTodoQuerySessionForChecklist(Id checklistId)
Gets the
OsidSession associated with the todo query
service for the given checklist. |
TodoQuerySession |
ChecklistProxyManager.getTodoQuerySessionForChecklist(Id checklistId,
Proxy proxy)
Gets the
OsidSession associated with the todo query
service for the given checklist. |