Uses of Class
com.todoroo.astrid.data.Task

Packages that use Task
com.todoroo.astrid.data Astrid data model classes and ContentResolver data access objects 
com.todoroo.astrid.sync Astrid synchronization helpers 
 

Uses of Task in com.todoroo.astrid.data
 

Fields in com.todoroo.astrid.data with type parameters of type Task
static android.os.Parcelable.Creator<Task> Task.CREATOR
           
 

Methods in com.todoroo.astrid.data with parameters of type Task
static void TaskApiDao.afterSave(Task task, android.content.ContentValues values)
          Send broadcasts on task change (triggers things like task repeats)
 boolean TaskApiDao.save(Task model)
           
 

Method parameters in com.todoroo.astrid.data with type arguments of type Task
 void Task.readFromCursor(TodorooCursor<Task> cursor)
           
 

Constructor parameters in com.todoroo.astrid.data with type arguments of type Task
Task(TodorooCursor<Task> cursor)
           
 

Uses of Task in com.todoroo.astrid.sync
 

Fields in com.todoroo.astrid.sync declared as Task
 Task SyncContainer.task
           
 

Methods in com.todoroo.astrid.sync that return types with arguments of type Task
 TodorooCursor<Task> SyncMetadataService.getLocallyCreated(Property<?>... properties)
          Gets tasks that were created since last sync
 TodorooCursor<Task> SyncMetadataService.getLocallyUpdated(Property<?>... properties)
          Gets tasks that were modified since last sync
 

Methods in com.todoroo.astrid.sync with parameters of type Task
abstract  TYPE SyncMetadataService.createContainerFromLocalTask(Task task, java.util.ArrayList<Metadata> metadata)
          create a task container based on the given data
 

Method parameters in com.todoroo.astrid.sync with type arguments of type Task
 TYPE SyncMetadataService.readTaskAndMetadata(TodorooCursor<Task> taskCursor)
          Reads a task and its metadata