Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.commonpropertiessearch.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 33 of file CommonAttributeValueList.java.

Member Function Documentation

void org.sleuthkit.autopsy.commonpropertiessearch.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 102 of file CommonAttributeValueList.java.

List<CommonAttributeValue> org.sleuthkit.autopsy.commonpropertiessearch.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 68 of file CommonAttributeValueList.java.

Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InstanceCountNode.InstanceCountNode().

Member Data Documentation

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

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

Definition at line 44 of file CommonAttributeValueList.java.

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

The list of value nodes, which begins empty.

Definition at line 38 of file CommonAttributeValueList.java.


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.