AbstractDownloadRequestSet

Defines the contract of an entity that can be parceled and persisted into a local database with information related to set of download requests.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Extracts the list of download request identifiers in the set.
Link copied to clipboard
open fun getIdentityCondition(): LogicalCondition<? extends Expression<Long>, ?>
open fun getIdentityCondition(key: Long): LogicalCondition<? extends Expression<Long>, ?>
Link copied to clipboard
open fun getModifiedTime(): Long
Gets the date and time when the request was modified as number of milliseconds since January 1, 1970, 00:00:00 GMT.
Link copied to clipboard
Checks if the status indicates the download is currently marked for deletion.
Link copied to clipboard
open fun onBeforeInsert()
Sets the create time before the inserting the entity into the database table.