InstanceColumns

interface InstanceColumns

Columns of a task instance.

Author

Yannic Ahrens

Marten Gajda

Inheritors

Properties

Link copied to clipboard
val DISTANCE_FROM_CURRENT: String = "distance_from_current"
The distance of the instance from the current one.
Link copied to clipboard
val INSTANCE_DUE: String = "instance_due"
The due date of an instance in milliseconds since the epoch or null if the instance has no due date.
Link copied to clipboard
val INSTANCE_DUE_SORTING: String = "instance_due_sorting"
This column should be used in an order clause to sort instances by due date.
Link copied to clipboard
val INSTANCE_DURATION: String = "instance_duration"
The duration of an instance in milliseconds or null if the instance has only one of start or due date or none of both.
Link copied to clipboard
val INSTANCE_ORIGINAL_TIME: String = "instance_original_time"
The start of the original instance as specified in the master task.
Link copied to clipboard
val INSTANCE_START: String = "instance_start"
The start date of an instance in milliseconds since the epoch or null if the instance has no start date.
Link copied to clipboard
val INSTANCE_START_SORTING: String = "instance_start_sorting"
This column should be used in an order clause to sort instances by start date.
Link copied to clipboard
val TASK_ID: String = "task_id"
_ID of task this instance belongs to.