-
Method Summary
Sets the name of the user who create of the
Download in the query.
Sets the objectType (Publication/Folder/Document) of the
Download in the query.
Sets the finished flag of the
Download in the query.
Sets the ID of the
Download in the query.
Sets the delete flag of the
Download in the query.
Sets the processIdentifier of the
Download in the query.
Sets the processName of the
Download in the query.
Sets the label of the
Download in the query.
-
Method Details
-
id
Sets the ID of the
Download in the query.
- Parameters:
id - the ID of the download
- Returns:
- the current
DownloadQuery instance for method chaining
-
processName
Sets the processName of the
Download in the query.
- Parameters:
processName - the name of the process
- Returns:
- the current
DownloadQuery instance for method chaining
-
processNameLike
Sets the label of the
Download in the query.
Restrict to downloads that have a label that has the parameter value as a substring.
- Parameters:
processName - the name of the process
- Returns:
- the current
DownloadQuery instance for method chaining
-
processIdentifier
Sets the processIdentifier of the
Download in the query.
- Parameters:
processIdentifier - the foreign system key of the download
- Returns:
- the current
DownloadQuery instance for method chaining
-
objectId
Sets the delete flag of the
Download in the query.
- Parameters:
objectId - the deletion status of the download
- Returns:
- the current
DownloadQuery instance for method chaining
-
createdBy
Sets the name of the user who create of the
Download in the query.
- Parameters:
createdBy - the name of the user who create a Download
- Returns:
- the current
DownloadQuery instance for method chaining
-
downloadObjectType
Sets the objectType (Publication/Folder/Document) of the
Download in the query.
- Parameters:
downloadObjectType - the type (Publication/Folder/Document) of the download
- Returns:
- the current
DownloadQuery instance for method chaining
-
finished
Sets the finished flag of the
Download in the query.
- Parameters:
finished - flag finished of the download
- Returns:
- the current
DownloadQuery instance for method chaining