...
Page Properties | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
Resources & Remarks Modification History
|
Excerpt |
---|
Configure yuuvis® Momentum and the SAP system to properly operate the REPOSITORYMANAGER service. |
...
Property | Type | Description |
---|---|---|
Creationdate | String | Date of creation |
Creationtime | String | Time of creation |
Datelastmodification | String | Date of the last modification |
Timelastmodification | String | Time of the last modification |
Contentrepository | String | Name of the content repository |
| String | ArchiveLink log version number (e.g., |
Documentprotection | String | Document 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). |
DocID | String | Document ID that unambiguously identifies the SAP document. |
Legalholdlock | String | 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. |
Expirationdate | String | Retention period for the document and its components. This property was introduced with component version 7.0. It is enabled for specific scenarios only. |
Barcode | String | Temporary unique ID that can be used to assign a document object located in yuuvis® Momentum to a business transaction in the SAP system. |
BarcodesenttoR3 | Boolean | This document flag indicates whether the barcode and thus the document have already been reported to SAP. |
BarcodeProcessingError | Boolean | Will be set to true in case KGS reports an error. |
CompID | String | Component ID (data for multi-page TIFF files or data , data1 , data2 , etc. for single-page TIFF files) |
Contenttype | String | MIME type (image/tiff or application/pdf , for example) |
Filename | String | File 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. |
Applicationversion | String | Version number of the application (e.g., 1.0 ) |
Charset | String | Character set |
Compressionstring | String | Compression with gzip is performed by the content server for components with a size that exceeds the adjustable threshold value 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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "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" } |
...