Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje03 FEB 20222022 Springcreated
Agnieszka11 FEB 20222022 SpringrLANG
Antje09 MAR 20232023 Springadd BarCodeProcessingError property



Excerpt

Configure yuuvis® Momentum and the SAP system to properly operate the REPOSITORYMANAGER service.

...

PropertyType

Description

CreationdateStringDate of creation
CreationtimeStringTime of creation
DatelastmodificationStringDate of the last modification
TimelastmodificationStringTime of the last modification
ContentrepositoryStringName of the content repository

ArchiveLinkversion

String

ArchiveLink log version number (e.g., 0046)

DocumentprotectionStringDocument protection: user-defined combination of the r (read), c (create), u (update), and d (delete) operations defined in the ArchiveLink ACL (AccessControlList). If SAP does not provide information when a document is created, the default value as defined in the KGS configuration interface will be valid (normally rcud: i.e., the document is protected from all operations).
DocIDStringDocument ID that unambiguously identifies the SAP document.
LegalholdlockString

Specifies that the document has to be retained due to legal reasons (legal hold), thus preventing the document or its components from being deleted.

This property was introduced with component version 7.0. It is enabled for specific scenarios only.

ExpirationdateString

Retention period for the document and its components.

This property was introduced with component version 7.0. It is enabled for specific scenarios only.

BarcodeStringTemporary unique ID that can be used to assign a document object located in yuuvis® Momentum to a business transaction in the SAP system.
BarcodesenttoR3BooleanThis document flag indicates whether the barcode and thus the document have already been reported to SAP.
BarcodeProcessingErrorBooleanWill be set to true in case KGS reports an error.
CompIDStringComponent ID (data for multi-page TIFF files or data, data1, data2, etc. for single-page TIFF files)
ContenttypeStringMIME type (image/tiff or application/pdf, for example)
FilenameStringFile name of the source file. As this name is always filed through Apache Tomcat's working directory, the name is always a temporary file name.
ApplicationversionStringVersion number of the application (e.g., 1.0)
CharsetStringCharacter set
CompressionstringString

Compression with gzip is performed by the content server for components with a size that exceeds the adjustable threshold value CompressionSize. This offers advantages for storing, especially for storing print lists that have an uncompressed size bigger than 2 GB. By this compression, they are usually reduced to 10% of the original size.

With this administrative information, the content server is able to determine the uncompressed size of the component and which compression parameters have been used.

...

An example key-value mapping is shown in the following code block.

Code Block
languageyml
titleExample localization for library-based clients
linenumberstruecollapsetrue
{
	"appRepositorymanager:Contentrepository_label": "Content Repository",
	"appRepositorymanager:ArchiveLinkversion_label": "Archive Link Version",
	"appRepositorymanager:Documentprotection_label": "Document Protection",
	"appRepositorymanager:DocID_label": "Document ID",
	"appRepositorymanager:Creationdate_label": "Creation Date",
	"appRepositorymanager:Creationtime_label": "Creation Time",
	"appRepositorymanager:Datelastmodification_label": "Last Modified Date",
	"appRepositorymanager:Timelastmodification_label": "Last Modified Time",
	"appRepositorymanager:Legalholdlock_label": "Legal Hold Lock",
	"appRepositorymanager:Expirationdate_label": "Expiration Date",
	"appRepositorymanager:Barcode_label": "Barcode",
	"appRepositorymanager:BarcodesenttoR3_label": "Barcode Sent to R3",
	"appRepositorymanager:CompID_label": "Component ID",
	"appRepositorymanager:Contenttype_label": "Content Type",
	"appRepositorymanager:Filename_label": "File Name",
	"appRepositorymanager:Applicationversion_label": "Application Version",
	"appRepositorymanager:Charset_label": "Chartset",
	"appRepositorymanager:Compressionstring_label": "Compression String",
	"appRepositorymanager:archiveLinkComponent_label": "ArchiveLink object type",
	"appRepositorymanager:archiveLinkComponent_description": "Type used for ArchiveLink documents and components",
	"appRepositorymanager:timestampProperties_label": "Timestamp properties",
	"appRepositorymanager:componentProperties_label": "Component properties",
	"appRepositorymanager:documentProperties_label": "Document properties",
	"appRepositorymanager:type_label": "Type",
	"appRepositorymanager:url_label": "URL",
	"appRepositorymanager:properties_label": "Properties",
	"appRepositorymanager:contentlength_label": "Content Length",
	"appRepositorymanager:ilmObject_label": "ILM object type",
	"appRepositorymanager:ilmObject_description": "Type used for ILM collections and resources"
}

...