Class DocumentStorageOptionsDTO

java.lang.Object
de.aeb.xnsg.docservice.bf.DocumentStorageOptionsDTO

public class DocumentStorageOptionsDTO extends Object
Settings for the document content storage processing.
  • Field Details

    • title

      public String title
      User defined document title
    • description

      public String description
      User defined document description
    • remark

      public String remark
      User defined document remark
    • additionalProcessingOptions

      public DocumentProcessingOptionsDTO[] additionalProcessingOptions
      For each additional processing options in this list, a new document will be created together with the original one. This is useful e.g. if the document needs to be stored in more than one format or in various languages.
    • keys

      public de.aeb.xnsg.storage.bf.dto.StorageKeyFieldDTO[] keys
      A list of StorageKeyFieldDTO which are defined/set by the business application to specify the search.
    • retentionDaysLimit

      public Integer retentionDaysLimit
      In general, archived documents are kept for 11 years. This duration can be further reduced with the parameter if required. The 11 years represent the maximum retention period and cannot be exceeded.
  • Constructor Details

    • DocumentStorageOptionsDTO

      public DocumentStorageOptionsDTO()