Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.ResultDomain Class Reference

Inherits org.sleuthkit.autopsy.discovery.search.Result.

Public Member Functions

void addTagName (String tagName)
 
Long getActivityEnd ()
 
Long getActivityStart ()
 
Content getDataSource () throws TskCoreException
 
long getDataSourceObjectId ()
 
String getDomain ()
 
Long getFilesDownloaded ()
 
SearchData.Frequency getFrequency ()
 
TskData.FileKnown getKnown ()
 
List< String > getTagNames ()
 
Long getTotalVisits ()
 
SearchData.Type getType ()
 
Long getVisitsInLast60 ()
 
final void setFrequency (SearchData.Frequency frequency)
 
String toString ()
 

Private Attributes

final Long activityEnd
 
final Long activityStart
 
final Content dataSource
 
final long dataSourceId
 
final String domain
 
final Long filesDownloaded
 
final Long totalVisits
 
final Long visitsInLast60
 

Detailed Description

Container for domains that holds all necessary data for grouping and sorting.

Definition at line 28 of file ResultDomain.java.

Member Function Documentation

void org.sleuthkit.autopsy.discovery.search.Result.addTagName ( String  tagName)
inherited

Add a tag name that matched this file.

Parameters
tagName

Definition at line 89 of file Result.java.

Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getActivityEnd ( )

Get the date of most recent activity for this domain.

Returns
The date of most recent activity for this domain.

Definition at line 82 of file ResultDomain.java.

References org.sleuthkit.autopsy.discovery.search.ResultDomain.activityEnd.

Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getMostRecentDateTimeComparator().

Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getActivityStart ( )

Get the date of first activity for this domain.

Returns
The date of first activity for this domain.

Definition at line 73 of file ResultDomain.java.

References org.sleuthkit.autopsy.discovery.search.ResultDomain.activityStart.

Content org.sleuthkit.autopsy.discovery.search.ResultDomain.getDataSource ( ) throws TskCoreException
long org.sleuthkit.autopsy.discovery.search.ResultDomain.getDataSourceObjectId ( )
String org.sleuthkit.autopsy.discovery.search.ResultDomain.getDomain ( )

Get the domain represented as a String.

Returns
The String representation of the domain this result is for.

Definition at line 64 of file ResultDomain.java.

References org.sleuthkit.autopsy.discovery.search.ResultDomain.domain.

Referenced by org.sleuthkit.autopsy.discovery.ui.ResultsPanel.DomainThumbnailWorker.doInBackground(), and org.sleuthkit.autopsy.discovery.search.ResultsSorter.getDomainNameComparator().

Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getFilesDownloaded ( )

Get the number of files downloaded associated with this domain.

Returns
The number of files downloaded associated with this domain.

Definition at line 110 of file ResultDomain.java.

References org.sleuthkit.autopsy.discovery.search.ResultDomain.filesDownloaded.

SearchData.Frequency org.sleuthkit.autopsy.discovery.search.Result.getFrequency ( )
inherited
TskData.FileKnown org.sleuthkit.autopsy.discovery.search.ResultDomain.getKnown ( )

Definition at line 125 of file ResultDomain.java.

List<String> org.sleuthkit.autopsy.discovery.search.Result.getTagNames ( )
inherited

Get the tag names for this file

Returns
the tag names that matched this file.

Definition at line 103 of file Result.java.

Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getTotalVisits ( )

Get the total number of visits that this domain has had.

Returns
The total number of visits that this domain has had.

Definition at line 91 of file ResultDomain.java.

References org.sleuthkit.autopsy.discovery.search.ResultDomain.totalVisits.

SearchData.Type org.sleuthkit.autopsy.discovery.search.ResultDomain.getType ( )
Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getVisitsInLast60 ( )

Get the number of visits that this domain has had in the last 60 days.

Returns
The number of visits that this domain has had in the last 60 days.

Definition at line 101 of file ResultDomain.java.

References org.sleuthkit.autopsy.discovery.search.ResultDomain.visitsInLast60.

final void org.sleuthkit.autopsy.discovery.search.Result.setFrequency ( SearchData.Frequency  frequency)
inherited

Set the frequency of this result in the central repository.

Parameters
frequencyThe frequency of the result as an enum.

Definition at line 64 of file Result.java.

References org.sleuthkit.autopsy.discovery.search.Result.frequency.

Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.process().

String org.sleuthkit.autopsy.discovery.search.ResultDomain.toString ( )

Member Data Documentation

final Long org.sleuthkit.autopsy.discovery.search.ResultDomain.activityEnd
private
final Long org.sleuthkit.autopsy.discovery.search.ResultDomain.activityStart
private
final Content org.sleuthkit.autopsy.discovery.search.ResultDomain.dataSource
private
final long org.sleuthkit.autopsy.discovery.search.ResultDomain.dataSourceId
private
final String org.sleuthkit.autopsy.discovery.search.ResultDomain.domain
private
final Long org.sleuthkit.autopsy.discovery.search.ResultDomain.filesDownloaded
private
final Long org.sleuthkit.autopsy.discovery.search.ResultDomain.totalVisits
private
final Long org.sleuthkit.autopsy.discovery.search.ResultDomain.visitsInLast60
private

The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.