Go to the documentation of this file.
19package org.sleuthkit.autopsy.discovery.search;
22import java.util.HashSet;
23import org.apache.commons.lang3.StringUtils;
24import org.openide.util.NbBundle;
25import org.sleuthkit.datamodel.Content;
26import org.sleuthkit.datamodel.TskData;
31public class ResultDomain
extends Result {
79 this.countOfKnownAccountTypes = resultDomain.getCountOfKnownAccountTypes();
144 "ResultDomain_getDefaultCategory=Uncategorized"
147 Set<String> returnList =
new HashSet<>();
149 returnList.add(Bundle.ResultDomain_getDefaultCategory());
161 if (categories !=
null && !categories.isEmpty()) {
162 this.webCategories.addAll(categories);
171 return getCountOfKnownAccountTypes() !=
null
172 && getCountOfKnownAccountTypes() > 0;
183 "ResultDomain_noAccountTypes=Unknown"
187 return Bundle.ResultDomain_noAccountTypes();
194 return this.dataSourceId;
199 return this.dataSource;
204 return TskData.FileKnown.UNKNOWN;
214 return "[domain=" + this.domain +
", data_source=" + this.dataSourceId +
", start="
215 + this.activityStart +
", end=" + this.activityEnd +
", totalVisits=" + this.totalPageViews +
", visitsLast60="
216 + this.pageViewsInLast60 +
", downloads=" + this.filesDownloaded +
", frequency="
223 Long getCountOfKnownAccountTypes() {
TskData.FileKnown getKnown()
final Long countOfKnownAccountTypes
Long getPageViewsInLast60Days()
final String accountTypes
long getDataSourceObjectId()
Set< String > getWebCategories()
final Long pageViewsInLast60
SearchData.Type getType()
final Set< String > webCategories
final Long filesDownloaded
void addWebCategories(Set< String > categories)
Long getFilesDownloaded()
final Long totalPageViews
boolean hasKnownAccountType()
SearchData.Frequency getFrequency()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.