From 9b0dbd0870c255683ed07d4cd106cc74648869d6 Mon Sep 17 00:00:00 2001 From: Mark McKinnon <mark.mckinnon@davenport.edu> Date: Wed, 3 Jun 2020 15:36:33 -0400 Subject: [PATCH] Update artifact_catalog.dox Add attributes to TSK_METADATA artifact --- bindings/java/doxygen/artifact_catalog.dox | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox index 1f50c7c1e..d27ce4a1d 100644 --- a/bindings/java/doxygen/artifact_catalog.dox +++ b/bindings/java/doxygen/artifact_catalog.dox @@ -422,7 +422,16 @@ General metadata for some content. ### REQUIRED ATTRIBUTES None - +### OPTIONAL ATTRIBUTES +- TSK_DATETIME_CREATED (Timestamp the document was created) +- TSK_DATETIME_MODIFIED (Timestamp the document was modified) +- TSK_DESCRIPTION (Title of the document) +- TSK_LAST_PRINTED_DATETIME (Timestamp when document was last printed) +- TSK_ORGANIZATION (Organization/Company who owns the document) +- TSK_OWNER (Author of the document) +- TSK_PROG_NAME (Program used to create the document) +- TSK_USER_ID (Last author of the document) +- TSK_VERSION (Version number of the program used to create the document) --- ## TSK_METADATA_EXIF -- GitLab