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

Public Member Functions

void displayDelayedMetadata ()
 
List< CommonAttributeValuegetMetadataList ()
 

Private Attributes

final List< CommonAttributeValuedelayedMetadataList
 
final List< CommonAttributeValuemetadataList
 

Detailed Description

Utility and wrapper model around data required for Common Files Search results. Subclass this to implement different selections of files from the case.

Definition at line 31 of file CommonAttributeValueList.java.

Member Function Documentation

void org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValueList.displayDelayedMetadata ( )

Dynamically load the list CommonAttributeValue when called. Until called metadataList should be empty. The parent node, InstanceCountNode, will trigger the factory call and refresh.

Definition at line 98 of file CommonAttributeValueList.java.

Referenced by org.sleuthkit.autopsy.commonfilesearch.InstanceCountNode.refresh().

List<CommonAttributeValue> org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValueList.getMetadataList ( )

Get the list of value nodes. Will be empty if displayDelayedMetadata() has not been called for the parent InstanceCountNode

Returns
metadataList the list of nodes

Definition at line 66 of file CommonAttributeValueList.java.

Referenced by org.sleuthkit.autopsy.commonfilesearch.InstanceCountNode.InstanceCountNode(), and org.sleuthkit.autopsy.commonfilesearch.InstanceCountNode.refresh().

Member Data Documentation

final List<CommonAttributeValue> org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValueList.delayedMetadataList
private

The backing list of value nodes, which will be dynamically loaded when requested.

Definition at line 42 of file CommonAttributeValueList.java.

final List<CommonAttributeValue> org.sleuthkit.autopsy.commonfilesearch.CommonAttributeValueList.metadataList
private

The list of value nodes, which begins empty.

Definition at line 36 of file CommonAttributeValueList.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.