Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AbstractContentNode< OsAccount >.

Classes

class  AsynchOsAcctData
 
class  GetOsAccountRealmTask
 

Public Member Functions

Action[] getActions (boolean popup)
 
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)
 

Detailed Description

An OsAccount leaf Node.

Definition at line 200 of file OsAccounts.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.addSCOColumns ( Sheet.Set  sheetSet)
private
static boolean org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.contentHasVisibleContentChildren ( Content  c)
staticinherited

Return true if the given content object has children. Useful for lazy loading.

Parameters
cThe content object to look for children on
Returns
true if has children

Definition at line 156 of file AbstractContentNode.java.

Sheet org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.createSheet ( )
protected
Action [] org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getActions ( boolean  popup)
List<Tag> org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getAllTagsFromDatabase ( )
protected

Definition at line 461 of file OsAccounts.java.

DataResultViewerTable.HasCommentStatus org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getCommentProperty ( List< Tag >  tags,
List< CorrelationAttributeInstance attributes 
)
protected
T org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContent ( )
inherited

Return the content data associated with this node

Returns
the content object wrapped by this node

Definition at line 124 of file AbstractContentNode.java.

List<Content> org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContentChildren ( )
inherited

Return children of the underlying content.

Returns
list of content children content.

Definition at line 236 of file AbstractContentNode.java.

int org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContentChildrenCount ( )
inherited

Get count of the underlying content object children.

Useful for lazy loading.

Returns
content children count

Definition at line 258 of file AbstractContentNode.java.

List<Long> org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContentChildrenIds ( )
inherited

Return ids of children of the underlying content. The ids can be treated as keys - useful for lazy loading.

Returns
list of content ids of children content.

Definition at line 216 of file AbstractContentNode.java.

Pair<Long, String> org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getCountPropertyAndDescription ( CorrelationAttributeInstance  attributeInstance,
String  defaultDescription 
)
protected
String org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.getItemType ( )

Definition at line 344 of file OsAccounts.java.

String org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getName ( )
inherited

Definition at line 134 of file AbstractContentNode.java.

Pair<Score, String> org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getScorePropertyAndDescription ( )
protectedinherited

Returns Score property for the node.

Returns
Score property for the underlying content of the node.

Definition at line 341 of file AbstractContentNode.java.

boolean org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.hasContentChildren ( )
inherited

Return true if the underlying content object has children Useful for lazy loading.

Returns
true if has children

Definition at line 196 of file AbstractContentNode.java.

boolean org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.hasVisibleContentChildren ( )
inherited

Return true if the underlying content object has children Useful for lazy loading.

Returns
true if has children

Definition at line 144 of file AbstractContentNode.java.

boolean org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.isLeafTypeNode ( )

Definition at line 339 of file OsAccounts.java.

int org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.read ( byte[]  buf,
long  offset,
long  len 
) throws TskException
inherited

Reads the content of this node (of the underlying content object).

Parameters
bufbuffer to read into
offsetthe starting offset in the content object
lenthe length to read
Returns
the bytes read
Exceptions
TskExceptionexception thrown if the requested part of content could not be read

Definition at line 284 of file AbstractContentNode.java.

void org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.setName ( String  name)
inherited

Definition at line 129 of file AbstractContentNode.java.

synchronized void org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.updateSheet ( NodeProperty<?>...  newProps)
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.

Parameters
newPropsNew file property instances to be updated in the current sheet.

Definition at line 301 of file AbstractContentNode.java.

Member Data Documentation

OsAccount org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.account
private

Definition at line 202 of file OsAccounts.java.

final T org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.content
protectedinherited

Underlying Sleuth Kit Content object

Definition at line 61 of file AbstractContentNode.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.listener
private

Definition at line 230 of file OsAccounts.java.

final String org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.NO_DESCR
staticprotectedinherited

Default no description string

Definition at line 76 of file AbstractContentNode.java.

final String org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.VALUE_LOADING
staticprotectedinherited
final PropertyChangeListener org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.weakListener = WeakListeners.propertyChange(listener, null)
private

Definition at line 315 of file OsAccounts.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.