Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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< IngestJobEvent > | getIngestJobEventUpdates () |
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< IngestJobEvent > | INGEST_JOB_EVENTS |
Private Attributes | |
final ContainerSummary | containerSummary |
Static Private Attributes | |
static final Set< Integer > | ARTIFACT_UPDATE_TYPE_IDS |
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.
org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.ContainerSummaryGetter | ( | ) |
Main constructor.
Definition at line 52 of file ContainerSummaryGetter.java.
Set<Integer> org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.getArtifactTypeIdsForRefresh | ( | ) |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.
Definition at line 67 of file ContainerSummaryGetter.java.
|
inherited |
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.
dataSource | The data source. |
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.
dataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 118 of file ContainerSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getDataSourceType().
|
inherited |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 52 of file DefaultArtifactUpdateGovernor.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.INGEST_JOB_EVENTS.
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.
dataSource | The data source. |
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.
currentDataSource | The data source. |
SleuthkitCaseProviderException | |
TskCoreException | |
SQLException |
Definition at line 82 of file ContainerSummaryGetter.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.ContainerSummary.getSizeOfUnallocatedFiles().
|
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.DefaultUpdateGovernor.
Definition at line 38 of file DefaultArtifactUpdateGovernor.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.getArtifactTypeIdsForRefresh(), and org.sleuthkit.autopsy.ingest.ModuleDataEvent.getBlackboardArtifactType().
|
inherited |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 47 of file DefaultArtifactUpdateGovernor.java.
boolean org.sleuthkit.autopsy.datasourcesummary.ui.ContainerSummaryGetter.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 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.
evt | The AbstractFile. |
Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultUpdateGovernor.
Definition at line 62 of file ContainerSummaryGetter.java.
|
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 ContainerSummaryGetter.java.
|
private |
Definition at line 47 of file ContainerSummaryGetter.java.
|
inherited |
Definition at line 34 of file DefaultArtifactUpdateGovernor.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultArtifactUpdateGovernor.getIngestJobEventUpdates().
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.