Class PublicDownloadOptions

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.PublicDownloadOptions
All Implemented Interfaces:
Serializable

public class PublicDownloadOptions extends ValueClass implements Serializable
This class contains several options that are used to get the public downloads.

Copyright: Copyright (c) 2014

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • downloadIds

      protected String[] downloadIds
      The download IDs to retrieve the public downloads.
    • expiration

      protected String expiration
      The expired time.
      Since:
      9.00.012.003
    • remaining

      protected int remaining
      The remaining download.
      Since:
      9.00.012.003
    • docId

      protected String docId
      The doc id.
      Since:
      9.00.012.004
    • objId

      protected String objId
      The obj id.
      Since:
      9.00.012.004
    • fileNameFromSordName

      protected boolean fileNameFromSordName
      If true, the short description of the sord is used as file name in the download URL. Otherwise the original file name is used.
      Since:
      9.00.014.008
    • contentDispositionAttachment

      protected boolean contentDispositionAttachment
      If true, the document is downloaded as an attachment. Otherwise it content is shown in-line in the browser.
      Since:
      9.00.014.008
  • Constructor Details

    • PublicDownloadOptions

      public PublicDownloadOptions()
    • PublicDownloadOptions

      public PublicDownloadOptions(PublicDownloadOptions rhs)
  • Method Details

    • getDownloadIds

      public String[] getDownloadIds()
    • setDownloadIds

      public void setDownloadIds(String[] downloadIds)
    • getExpiration

      public String getExpiration()
    • setExpiration

      public void setExpiration(String expiration)
    • getRemaining

      public int getRemaining()
    • setRemaining

      public void setRemaining(int remaining)
    • getDocId

      public String getDocId()
    • setDocId

      public void setDocId(String docId)
    • getObjId

      public String getObjId()
    • setObjId

      public void setObjId(String objId)
    • isFileNameFromSordName

      public boolean isFileNameFromSordName()
    • setFileNameFromSordName

      public void setFileNameFromSordName(boolean fileNameFromSordName)
    • isContentDispositionAttachment

      public boolean isContentDispositionAttachment()
    • setContentDispositionAttachment

      public void setContentDispositionAttachment(boolean contentDispositionAttachment)
    • toString

      public String toString()
      Overrides:
      toString in class Object