19 package org.sleuthkit.autopsy.discovery.search;
 
   21 import org.openide.util.NbBundle;
 
   47     ResultDomain(String domain, Long activityStart, Long activityEnd, Long totalPageViews,
 
   48             Long pageViewsInLast60, Long filesDownloaded, Long countOfKnownAccountTypes, Content dataSource) {
 
   51         this.dataSourceId = dataSource.getId();
 
  121         "ResultDomain_getDefaultCategory=Uncategorized" 
  124         if (webCategory == null) {
 
  125             return Bundle.ResultDomain_getDefaultCategory();
 
  143         return countOfKnownAccountTypes != null 
 
  144                 && countOfKnownAccountTypes > 0;
 
  159         return TskData.FileKnown.UNKNOWN;
 
  169         return "[domain=" + this.domain + 
", data_source=" + this.dataSourceId + 
", start=" 
  170                 + this.activityStart + 
", end=" + this.activityEnd + 
", totalVisits=" + this.totalPageViews + 
", visitsLast60=" 
  171                 + this.pageViewsInLast60 + 
", downloads=" + this.filesDownloaded + 
", frequency=" 
final Long countOfKnownAccountTypes
 
Long getFilesDownloaded()
 
long getDataSourceObjectId()
 
final Long totalPageViews
 
SearchData.Frequency getFrequency()
 
boolean hasKnownAccountType()
 
Long getPageViewsInLast60Days()
 
final Long pageViewsInLast60
 
TskData.FileKnown getKnown()
 
void setWebCategory(String webCategory)
 
final Long filesDownloaded
 
SearchData.Type getType()