This interface gives access to a task query.
org.freesmartphone.PIM.TaskQuery
Description: Return the number of items in the query result
Amount of tasks in the query result.
Description: Rewind the result cursor to the first task (for this dbus client only).
Description: Skip n tasks in the result cursor (for this dbus client only).
Amount of tasks to skip.
Description: Path for the task the result cursor points to.
The path to the task.
Description: Return the next task in the query result, and move the query to the next task.
fields of the result.
Description: Get multiple tasks from the result set at once.
The number of tasks to get from the result set.
The list of the returned tasks data.
Description: Delete the query result object.