Go to the documentation of this file.
19package org.sleuthkit.autopsy.datamodel;
21import org.sleuthkit.datamodel.SleuthkitCase;
37 this.datasourceObjId = dsObjId;
40 long filteringDataSourceObjId() {
41 return this.datasourceObjId;
45 public <T> T accept(AutopsyItemVisitor<T> visitor) {
46 return visitor.visit(
this);
final long datasourceObjId
Views(SleuthkitCase skCase)
Views(SleuthkitCase skCase, long dsObjId)
SleuthkitCase getSleuthkitCase()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.