Go to the documentation of this file.
19package org.sleuthkit.autopsy.datamodel;
21import org.openide.nodes.Children;
22import org.openide.util.NbBundle;
23import org.sleuthkit.datamodel.BlackboardArtifact;
29 "DataArtifacts_name=Data Artifacts",})
38 return Bundle.DataArtifacts_name();
44 static class RootNode
extends Artifacts.BaseArtifactNode {
54 RootNode(
long filteringDSObjId) {
55 super(Children.create(
new Artifacts.
TypeFactory(BlackboardArtifact.Category.DATA_ARTIFACT, filteringDSObjId),
true),
56 "org/sleuthkit/autopsy/images/extracted_content.png",
77 this.datasourceObjId = dsObjId;
82 return visitor.
visit(
this);
92 Long getFilteringDataSourceObjId() {
93 return datasourceObjId;
DataArtifacts(long dsObjId)
final long datasourceObjId
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.