|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metadata | |
|---|---|
| com.todoroo.astrid.data | Astrid data model classes and ContentResolver data access objects |
| com.todoroo.astrid.sync | Astrid synchronization helpers |
| Uses of Metadata in com.todoroo.astrid.data |
|---|
| Method parameters in com.todoroo.astrid.data with type arguments of type Metadata | |
|---|---|
void |
Metadata.readFromCursor(TodorooCursor<Metadata> cursor)
|
void |
MetadataApiDao.synchronizeMetadata(long taskId,
java.util.ArrayList<Metadata> metadata,
Criterion metadataCriteria)
Synchronize metadata for given task id. |
| Constructor parameters in com.todoroo.astrid.data with type arguments of type Metadata | |
|---|---|
Metadata(TodorooCursor<Metadata> cursor)
|
|
| Uses of Metadata in com.todoroo.astrid.sync |
|---|
| Fields in com.todoroo.astrid.sync with type parameters of type Metadata | |
|---|---|
java.util.ArrayList<Metadata> |
SyncContainer.metadata
|
| Methods in com.todoroo.astrid.sync that return Metadata | |
|---|---|
Metadata |
SyncContainer.findMetadata(java.lang.String key)
Check if the metadata contains anything with the given key |
Metadata |
SyncMetadataService.getTaskMetadata(long taskId)
Reads metadata out of a task |
| Method parameters in com.todoroo.astrid.sync with type arguments of type Metadata | |
|---|---|
abstract TYPE |
SyncMetadataService.createContainerFromLocalTask(Task task,
java.util.ArrayList<Metadata> metadata)
create a task container based on the given data |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||