Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Public Member Functions | |
MimeTypeSummaryGetter () | |
default Set< Case.Events > | getCaseEventUpdates () |
Long | getCountOfAllRegularFiles (DataSource dataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfFilesForMimeTypes (DataSource currentDataSource, Set< String > setOfMimeTypes) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfFilesNotInMimeTypes (DataSource currentDataSource, Set< String > setOfMimeTypes) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Long | getCountOfFilesWithNoMimeType (DataSource currentDataSource) throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Set< IngestManager.IngestJobEvent > | getIngestJobEventUpdates () |
default boolean | isRefreshRequired (ModuleDataEvent evt) |
boolean | isRefreshRequired (ModuleContentEvent evt) |
boolean | isRefreshRequired (AbstractFile file) |
boolean | isRefreshRequired (IngestManager.IngestJobEvent evt) |
boolean | isRefreshRequired (IngestJobEvent evt) |
default boolean | isRefreshRequiredForCaseEvent (PropertyChangeEvent evt) |
Private Attributes | |
final MimeTypeSummary | mimeTypeSummary |
Static Private Attributes | |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS |
Wrapper class for converting org.sleuthkit.autopsy.contentutils.TypesSummary functionality into a DefaultArtifactUpdateGovernor used by TypesPanel tab.
Definition at line 40 of file MimeTypeSummaryGetter.java.
org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.MimeTypeSummaryGetter | ( | ) |
Main constructor.
Definition at line 50 of file MimeTypeSummaryGetter.java.
|
inherited |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.UpdateGovernor.
Definition at line 57 of file DefaultUpdateGovernor.java.
Long org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.getCountOfAllRegularFiles | ( | DataSource | dataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get a count of all regular files in a datasource.
dataSource | The datasource. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 129 of file MimeTypeSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfAllRegularFiles().
Long org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.getCountOfFilesForMimeTypes | ( | DataSource | currentDataSource, |
Set< String > | setOfMimeTypes | ||
) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get the number of files in the case database for the current data source which have the specified mimetypes.
currentDataSource | the data source which we are finding a file count |
setOfMimeTypes | the set of mime types which we are finding the number of occurences of |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 92 of file MimeTypeSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfFilesForMimeTypes().
Long org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.getCountOfFilesNotInMimeTypes | ( | DataSource | currentDataSource, |
Set< String > | setOfMimeTypes | ||
) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Get the number of files in the case database for the current data source which do not have the specified mimetypes.
currentDataSource | the data source which we are finding a file count |
setOfMimeTypes | the set of mime types that should be excluded. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 113 of file MimeTypeSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfFilesNotInMimeTypes().
Long org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.getCountOfFilesWithNoMimeType | ( | DataSource | currentDataSource | ) | throws SleuthkitCaseProvider.SleuthkitCaseProviderException, TskCoreException, SQLException |
Gets the number of files in the data source with no assigned mime type.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 146 of file MimeTypeSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.MimeTypeSummary.getCountOfFilesWithNoMimeType().
Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.getIngestJobEventUpdates | ( | ) |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 70 of file MimeTypeSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.INGEST_JOB_EVENTS.
|
inherited |
Given a module data event, whether or not an update should occur.
evt | The ModuleDataEvent that is occurring. |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.UpdateGovernor.
Implemented in org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.
Definition at line 47 of file DefaultUpdateGovernor.java.
boolean org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.isRefreshRequired | ( | ModuleContentEvent | evt | ) |
Given a module content event, whether or not an update should occur.
evt | The ModuleContentEvent. |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 55 of file MimeTypeSummaryGetter.java.
boolean org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.isRefreshRequired | ( | AbstractFile | evt | ) |
Whether or not a newly added AbstractFile should trigger an update.
evt | The AbstractFile. |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 60 of file MimeTypeSummaryGetter.java.
boolean org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.isRefreshRequired | ( | IngestManager.IngestJobEvent | evt | ) |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 65 of file MimeTypeSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.INGEST_JOB_EVENTS.
|
inherited |
Given an ingest job event, determines whether or not an update should occur.
evt | The event. |
|
inherited |
Given a case event, whether or not an update should occur.
evt | The event. |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.UpdateGovernor.
Definition at line 37 of file DefaultUpdateGovernor.java.
|
staticprivate |
Definition at line 42 of file MimeTypeSummaryGetter.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.getIngestJobEventUpdates(), and org.sleuthkit.autopsy.datasourcesummary.ui.MimeTypeSummaryGetter.isRefreshRequired().
|
private |
Definition at line 45 of file MimeTypeSummaryGetter.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.