Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AbstractContentNode< OsAccount >.
Classes | |
class | AsynchOsAcctData |
class | GetOsAccountRealmTask |
Public Member Functions | |
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 attributeInstance, 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 |
Private Member Functions | |
void | addSCOColumns (Sheet.Set sheetSet) |
Private Attributes | |
OsAccount | account |
final PropertyChangeListener | listener |
final PropertyChangeListener | weakListener = WeakListeners.propertyChange(listener, null) |
An OsAccount leaf Node.
Definition at line 200 of file OsAccounts.java.
|
private |
Definition at line 420 of file OsAccounts.java.
References org.sleuthkit.autopsy.core.UserPreferences.getHideSCOColumns(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.isEnabled(), and org.sleuthkit.autopsy.datamodel.AbstractContentNode< OsAccount >.VALUE_LOADING.
Referenced by org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.createSheet().
|
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 367 of file OsAccounts.java.
References org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.addSCOColumns(), and org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getFormattedTime().
Action [] org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getActions | ( | boolean | popup | ) |
Definition at line 452 of file OsAccounts.java.
References org.sleuthkit.autopsy.datamodel.DataModelActionsFactory.getActions().
|
protected |
Definition at line 461 of file OsAccounts.java.
|
protected |
Returns comment property for the node.
tags | The list of tags. |
attributes | The list of correlation attribute instances. |
Definition at line 552 of file OsAccounts.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUtil.commentExistsOnAttributes(), org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus.CR_AND_TAG_COMMENTS, org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus.CR_COMMENT, org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus.NO_COMMENT, org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus.TAG_COMMENT, and org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus.TAG_NO_COMMENT.
|
inherited |
Return the content data associated with this node
Definition at line 124 of file AbstractContentNode.java.
|
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.
|
protected |
Definition at line 524 of file OsAccounts.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationType(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationValue(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getCountCasesWithOtherInstances(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.Type.getDisplayName(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.getInstance().
String org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getItemType | ( | ) |
Definition at line 344 of file OsAccounts.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.OsAccounts.OsAccountNode.isLeafTypeNode | ( | ) |
Definition at line 339 of file OsAccounts.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.
|
private |
Definition at line 202 of file OsAccounts.java.
|
protectedinherited |
Underlying Sleuth Kit Content object
Definition at line 61 of file AbstractContentNode.java.
|
private |
Definition at line 230 of file OsAccounts.java.
|
staticprotectedinherited |
Default no description string
Definition at line 76 of file AbstractContentNode.java.
|
staticprotectedinherited |
Definition at line 77 of file AbstractContentNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode::addSCOColumns().
|
private |
Definition at line 315 of file OsAccounts.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 23 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.