Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter Class Reference

Inherits org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.

Public Member Functions

 ContainerSummaryGetter ()
 
Set< Integer > getArtifactTypeIdsForRefresh ()
 
default Set< Case.Events > getCaseEventUpdates ()
 
ContainerSummary.ContainerDetails getContainerDetails (DataSource dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException
 
String getDataSourceType (DataSource dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException
 
default Set< IngestJobEventgetIngestJobEventUpdates ()
 
String getOperatingSystems (DataSource dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException
 
Long getSizeOfUnallocatedFiles (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException
 
default boolean isRefreshRequired (ModuleDataEvent evt)
 
default boolean isRefreshRequired (IngestManager.IngestJobEvent evt)
 
boolean isRefreshRequired (ModuleContentEvent evt)
 
boolean isRefreshRequired (AbstractFile file)
 
boolean isRefreshRequired (IngestJobEvent evt)
 
default boolean isRefreshRequiredForCaseEvent (PropertyChangeEvent evt)
 

Public Attributes

Set< IngestJobEventINGEST_JOB_EVENTS
 

Private Attributes

final ContainerSummary containerSummary
 

Static Private Attributes

static final Set< Integer > ARTIFACT_UPDATE_TYPE_IDS
 

Detailed Description

Wrapper class for converting org.sleuthkit.autopsy.contentutils.ContainerSummary functionality into a DefaultArtifactUpdateGovernor used by Container tab.

Definition at line 40 of file ContainerSummaryGetter.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.ContainerSummaryGetter ( )

Main constructor.

Definition at line 52 of file ContainerSummaryGetter.java.

Member Function Documentation

Set<Integer> org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.getArtifactTypeIdsForRefresh ( )
Returns
The set of artifact type id's that should trigger an update.

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.

Definition at line 67 of file ContainerSummaryGetter.java.

default Set<Case.Events> org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.getCaseEventUpdates ( )
inherited
Returns
The set of Case Events for which data should be updated.

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.UpdateGovernor.

Definition at line 57 of file DefaultUpdateGovernor.java.

ContainerSummary.ContainerDetails org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.getContainerDetails ( DataSource  dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException

Retrieves a container data model object containing data about the data source.

Parameters
dataSourceThe data source.
Returns
The concatenated value or null if the query could not be executed.
Exceptions
SleuthkitCaseProviderException
TskCoreException
SQLException

Definition at line 136 of file ContainerSummaryGetter.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getContainerDetails().

String org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.getDataSourceType ( DataSource  dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException

Retrieves the concatenation of data source usage for a particular data source.

Parameters
dataSourceThe data source.
Returns
The concatenated value or null if the query could not be executed.
Exceptions
SleuthkitCaseProviderException
TskCoreException
SQLException

Definition at line 118 of file ContainerSummaryGetter.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getDataSourceType().

default Set<IngestJobEvent> org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.getIngestJobEventUpdates ( )
inherited
String org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.getOperatingSystems ( DataSource  dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException

Retrieves the concatenation of operating system attributes for a particular data source.

Parameters
dataSourceThe data source.
Returns
The concatenated value or null if the query could not be executed.
Exceptions
SleuthkitCaseProviderException
TskCoreException
SQLException

Definition at line 100 of file ContainerSummaryGetter.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getOperatingSystems().

Long org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.getSizeOfUnallocatedFiles ( DataSource  currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException

Gets the size of unallocated files in a particular datasource.

Parameters
currentDataSourceThe data source.
Returns
The size or null if the query could not be executed.
Exceptions
SleuthkitCaseProviderException
TskCoreException
SQLException

Definition at line 82 of file ContainerSummaryGetter.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getSizeOfUnallocatedFiles().

default boolean org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.isRefreshRequired ( ModuleDataEvent  evt)
inherited

Given a module data event, whether or not an update should occur.

Parameters
evtThe ModuleDataEvent that is occurring.
Returns
Whether or not this event should trigger an update.

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.

Definition at line 38 of file DefaultArtifactUpdateGovernor.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.getArtifactTypeIdsForRefresh(), and org.sleuthkit.autopsy.ingest.ModuleDataEvent.getBlackboardArtifactType().

default boolean org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.isRefreshRequired ( IngestManager.IngestJobEvent  evt)
inherited
boolean org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.isRefreshRequired ( ModuleContentEvent  evt)

Given a module content event, whether or not an update should occur.

Parameters
evtThe ModuleContentEvent.
Returns
Whether or not this event should trigger an update.

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.

Definition at line 57 of file ContainerSummaryGetter.java.

boolean org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.isRefreshRequired ( AbstractFile  evt)

Whether or not a newly added AbstractFile should trigger an update.

Parameters
evtThe AbstractFile.
Returns
True if an update should occur.

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.

Definition at line 62 of file ContainerSummaryGetter.java.

boolean org.sleuthkit.autopsy.datasourcesummary.uiutils.UpdateGovernor.isRefreshRequired ( IngestJobEvent  evt)
inherited

Given an ingest job event, determines whether or not an update should occur.

Parameters
evtThe event.
Returns
Whether or not this event should trigger an update.
default boolean org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.isRefreshRequiredForCaseEvent ( PropertyChangeEvent  evt)
inherited

Given a case event, whether or not an update should occur.

Parameters
evtThe event.
Returns
Whether or not this event should trigger an update.

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.UpdateGovernor.

Definition at line 37 of file DefaultUpdateGovernor.java.

Member Data Documentation

final Set<Integer> org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.ARTIFACT_UPDATE_TYPE_IDS
staticprivate
Initial value:
= new HashSet<>(Arrays.asList(
BlackboardArtifact.ARTIFACT_TYPE.TSK_OS_INFO.getTypeID(),
BlackboardArtifact.ARTIFACT_TYPE.TSK_DATA_SOURCE_USAGE.getTypeID()
))

Definition at line 42 of file ContainerSummaryGetter.java.

final ContainerSummary org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.containerSummary
private

Definition at line 47 of file ContainerSummaryGetter.java.

Set<IngestJobEvent> org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.INGEST_JOB_EVENTS
inherited
Initial value:
= new HashSet<>(
Arrays.asList(IngestJobEvent.COMPLETED, IngestJobEvent.CANCELLED))

Definition at line 34 of file DefaultArtifactUpdateGovernor.java.

Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.getIngestJobEventUpdates().


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.