Go to the documentation of this file.
19package org.sleuthkit.autopsy.casemodule.events;
22import static org.sleuthkit.autopsy.casemodule.Case.Events.OS_ACCT_INSTANCES_ADDED;
23import org.sleuthkit.datamodel.OsAccountInstance;
24import org.sleuthkit.datamodel.SleuthkitCase;
25import org.sleuthkit.datamodel.TskCoreException;
42 super(OS_ACCT_INSTANCES_ADDED.toString(),
null,
null, osAcctInstances, OsAccountInstance::getInstanceId);
55 protected List<OsAccountInstance>
getNewValueObjects(SleuthkitCase caseDb, List<Long> ids)
throws TskCoreException {
56 return caseDb.getOsAccountManager().getOsAccountInstances(ids);
OsAcctInstancesAddedEvent(List< OsAccountInstance > osAcctInstances)
List< OsAccountInstance > getNewValueObjects(SleuthkitCase caseDb, List< Long > ids)
List< OsAccountInstance > getOsAccountInstances()
static final long serialVersionUID
TskDataModelChangedEvent(String eventName, List< T > oldValueObjects, Function< T, Long > oldValueGetIdMethod, List< U > newValueObjects, Function< U, Long > newValueGetIdMethod)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.