Interface DownloadQuery

All Superinterfaces:
QueryBuilder<Download>

public interface DownloadQuery extends QueryBuilder<Download>
  • Method Details

    • id

      default DownloadQuery id(DownloadId 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

      default DownloadQuery processName(String 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

      default DownloadQuery processNameLike(String processName)
      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

      default DownloadQuery processIdentifier(String 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

      default DownloadQuery objectId(String 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

      default DownloadQuery createdBy(String 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

      default DownloadQuery downloadObjectType(DownloadObjectType 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

      default DownloadQuery finished(Boolean 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