diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox index 47e42e6ef6e956fe45e8112928b94d4038ae21e5..f1c78afaf6d81f3cedd9b42047a40265a199d800 100644 --- a/bindings/java/doxygen/artifact_catalog.dox +++ b/bindings/java/doxygen/artifact_catalog.dox @@ -286,7 +286,7 @@ A contact book entry in an application file or database. Programs that have been deleted from the system. ### REQUIRED ATTRIBUTES -- TSK_DATETIME +- TSK_DATETIME (Date/Time the program was deleted) - TSK_PROG_NAME (Program that was deleted) ### OPTIONAL Attributes diff --git a/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties b/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties index ee66b0f038c997aee6fece69e3e4a7dd3a5724d4..e1f5ca28389ec16e20b7c73775c1b5541d68fd60 100644 --- a/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties +++ b/bindings/java/src/org/sleuthkit/datamodel/Bundle.properties @@ -429,7 +429,6 @@ TimelineEventType.UserDeviceEventEnd.txt=User Device Event End TimelineEventType.ServiceAccount.txt=Service Account TimelineEventType.WIFINetwork.txt=Wifi Network TimelineEventType.WebCache.text=Web Cache -TimelineEventType.InstalledProgram.txt=Program Installed TimelineEventType.BluetoothAdapter.txt=Bluetooth Adapter BaseTypes.geolocation.name=Geolocation BaseTypes.communication.name=Communication diff --git a/bindings/java/src/org/sleuthkit/datamodel/TimelineEventType.java b/bindings/java/src/org/sleuthkit/datamodel/TimelineEventType.java index bbaf8dc9d12eec05a75e4399b0a6f882849ef9bb..7c985e94696d41c10c378fd3d36332dabb0e971e 100644 --- a/bindings/java/src/org/sleuthkit/datamodel/TimelineEventType.java +++ b/bindings/java/src/org/sleuthkit/datamodel/TimelineEventType.java @@ -231,7 +231,7 @@ public int compare(TimelineEventType o1, TimelineEventType o2) { METADATA_LAST_PRINTED, METADATA_LAST_SAVED, METADATA_CREATED, PROGRAM_EXECUTION, RECENT_DOCUMENTS, REGISTRY, BACKUP_EVENT_START, BACKUP_EVENT, BACKUP_EVENT_END, BLUETOOTH_PAIRING, CALENDAR_ENTRY_START, CALENDAR_ENTRY_END, - DELETE_PROGRAM, + PROGRAM_DELETED, OS_INFO, WIFI_NETWORK, USER_DEVICE_EVENT, USER_DEVICE_EVENT_START, USER_DEVICE_EVENT_END, SERVICE_ACCOUNT, SCREEN_SHOT, PROGRAM_NOTIFICATION, BLUETOOTH_PAIRING_ACCESSED, BLUETOOTH_ADAPTER); @@ -717,7 +717,7 @@ public SortedSet< TimelineEventType> getChildren() { new BlackboardAttribute.Type(TSK_DATETIME_END), new BlackboardAttribute.Type(TSK_DESCRIPTION)); - TimelineEventType DELETE_PROGRAM = new TimelineEventArtifactTypeSingleDescription(49, + TimelineEventType PROGRAM_DELETED = new TimelineEventArtifactTypeSingleDescription(49, getBundle().getString("TimelineEventType.DeletedProgram.txt"),//NON-NLS MISC_TYPES, new BlackboardArtifact.Type(TSK_DELETED_PROG),