Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
void | displayDelayedMetadata () |
List< CommonAttributeValue > | getMetadataList () |
Private Attributes | |
final List< CommonAttributeValue > | delayedMetadataList |
final List< CommonAttributeValue > | metadataList |
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.
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
Definition at line 68 of file CommonAttributeValueList.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InstanceCountNode.InstanceCountNode().
|
private |
The backing list of value nodes, which will be dynamically loaded when requested.
Definition at line 44 of file CommonAttributeValueList.java.
|
private |
The list of value nodes, which begins empty.
Definition at line 38 of file CommonAttributeValueList.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.