Uses of Interface
org.osid.checklist.TodoForm
Packages that use TodoForm
Package
Description
The Open Service Interface Definitions for the org.osid.checklist
service.
The Open Service Interface Definitions for the org.osid.checklist.batch
service.
-
Uses of TodoForm in org.osid.checklist
Methods in org.osid.checklist that return TodoFormModifier and TypeMethodDescriptionTodoAdminSession.getTodoFormForCreate(Type[] todoRecordTypes) Gets the todo form for creating new todos.TodoAdminSession.getTodoFormForUpdate(Id todoId) Gets the todo form for updating an existing todo.Methods in org.osid.checklist with parameters of type TodoFormModifier and TypeMethodDescriptionTodoAdminSession.createTodo(TodoForm todoForm) Creates a newTodo.voidTodoAdminSession.updateTodo(TodoForm todoForm) Updates an existing todo. -
Uses of TodoForm in org.osid.checklist.batch
Subinterfaces of TodoForm in org.osid.checklist.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating todos in bulk.