Package de.aeb.xnsg.docservice.bf
Class DocumentStorageOptionsDTO
java.lang.Object
de.aeb.xnsg.docservice.bf.DocumentStorageOptionsDTO
Settings for the document content storage processing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor each additional processing options in this list, a new document will be created together with the original one.User defined document descriptionde.aeb.xnsg.storage.bf.dto.StorageKeyFieldDTO[]A list ofStorageKeyFieldDTOwhich are defined/set by the business application to specify the search.User defined document remarkIn general, archived documents are kept for 11 years.User defined document title -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
title
User defined document title -
description
User defined document description -
remark
User defined document remark -
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[] keysA list ofStorageKeyFieldDTOwhich are defined/set by the business application to specify the search. -
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()
-