Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AbstractContentNode< Pool >.
Public Member Functions | |
PoolNode (Pool pool) | |
Action[] | getActions (boolean popup) |
T | getContent () |
List< Content > | getContentChildren () |
int | getContentChildrenCount () |
List< Long > | getContentChildrenIds () |
String | getItemType () |
String | getName () |
boolean | hasContentChildren () |
boolean | hasVisibleContentChildren () |
boolean | isLeafTypeNode () |
int | read (byte[] buf, long offset, long len) throws TskException |
void | setName (String name) |
Static Public Member Functions | |
static boolean | contentHasVisibleContentChildren (Content c) |
Protected Member Functions | |
Sheet | createSheet () |
List< Tag > | getAllTagsFromDatabase () |
DataResultViewerTable.HasCommentStatus | getCommentProperty (List< Tag > tags, List< CorrelationAttributeInstance > attributes) |
Pair< Long, String > | getCountPropertyAndDescription (CorrelationAttributeInstance attribute, String defaultDescription) |
Pair< Score, String > | getScorePropertyAndDescription () |
synchronized void | updateSheet (NodeProperty<?>...newProps) |
Protected Attributes | |
final T | content |
Static Protected Attributes | |
static final String | NO_DESCR |
static final String | VALUE_LOADING |
This class is used to represent the "Node" for the pool.
Definition at line 32 of file PoolNode.java.
org.sleuthkit.autopsy.datamodel.PoolNode.PoolNode | ( | Pool | pool | ) |
pool | underlying Content instance |
Definition at line 50 of file PoolNode.java.
|
staticinherited |
Return true if the given content object has children. Useful for lazy loading.
c | The content object to look for children on |
Definition at line 156 of file AbstractContentNode.java.
|
protected |
Definition at line 88 of file PoolNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractContentNode< Pool >.getContent().
Action [] org.sleuthkit.autopsy.datamodel.PoolNode.getActions | ( | boolean | popup | ) |
Right click action for volume node
popup |
Definition at line 68 of file PoolNode.java.
|
protected |
Reads and returns a list of all tags associated with this content node.
Null implementation of an abstract method.
Definition at line 137 of file PoolNode.java.
|
protectedinherited |
Returns comment property for the node.
Default implementation is a null implementation.
tags | The list of tags. |
attributes | The list of correlation attribute instances. |
Definition at line 364 of file AbstractContentNode.java.
|
inherited |
Return the content data associated with this node
Definition at line 124 of file AbstractContentNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.PoolNode::createSheet().
|
inherited |
Return children of the underlying content.
Definition at line 236 of file AbstractContentNode.java.
|
inherited |
Get count of the underlying content object children.
Useful for lazy loading.
Definition at line 258 of file AbstractContentNode.java.
|
inherited |
Return ids of children of the underlying content. The ids can be treated as keys - useful for lazy loading.
Definition at line 216 of file AbstractContentNode.java.
|
protectedinherited |
Returns occurrences/count property for the node.
Default implementation is a null implementation.
attribute | The correlation attribute for which data will be retrieved. |
defaultDescription | A description to use when none is determined by the getCountPropertyAndDescription method. |
Definition at line 380 of file AbstractContentNode.java.
String org.sleuthkit.autopsy.datamodel.PoolNode.getItemType | ( | ) |
Definition at line 125 of file PoolNode.java.
|
inherited |
Definition at line 134 of file AbstractContentNode.java.
|
protectedinherited |
Returns Score property for the node.
Definition at line 341 of file AbstractContentNode.java.
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
Definition at line 196 of file AbstractContentNode.java.
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
Definition at line 144 of file AbstractContentNode.java.
boolean org.sleuthkit.autopsy.datamodel.PoolNode.isLeafTypeNode | ( | ) |
Definition at line 115 of file PoolNode.java.
|
inherited |
Reads the content of this node (of the underlying content object).
buf | buffer to read into |
offset | the starting offset in the content object |
len | the length to read |
TskException | exception thrown if the requested part of content could not be read |
Definition at line 284 of file AbstractContentNode.java.
|
inherited |
Definition at line 129 of file AbstractContentNode.java.
|
protectedinherited |
Updates the values of the properties in the current property sheet with the new properties being passed in. Only if that property exists in the current sheet will it be applied. That way, we allow for subclasses to add their own (or omit some!) properties and we will not accidentally disrupt their UI.
Race condition if not synchronized. Only one update should be applied at a time.
newProps | New file property instances to be updated in the current sheet. |
Definition at line 301 of file AbstractContentNode.java.
|
protectedinherited |
Underlying Sleuth Kit Content object
Definition at line 61 of file AbstractContentNode.java.
|
staticprotectedinherited |
Default no description string
Definition at line 76 of file AbstractContentNode.java.
|
staticprotectedinherited |
Definition at line 77 of file AbstractContentNode.java.
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.