Go to the documentation of this file.
19package org.sleuthkit.autopsy.casemodule.events;
21import java.util.ArrayList;
22import java.util.Collections;
24import org.sleuthkit.autopsy.events.AutopsyEvent;
50 super(eventName,
null,
null);
51 this.deletedObjectIds =
new ArrayList<>();
static final long serialVersionUID
TskDataModelObjectsDeletedEvent(String eventName, List< Long > deletedObjectIds)
final List< Long > deletedObjectIds
List< Long > getOldValue()
AutopsyEvent(String eventName, Object oldValue, Object newValue)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.