Inherits org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.
Definition at line 1595 of file Accounts.java.
org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountArtifactNode.AccountArtifactNode |
( |
BlackboardArtifact |
artifact | ) |
|
|
private |
void org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.addNodeProperty |
( |
NodeProperty<?> |
np | ) |
|
|
inherited |
void org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.addTagProperty |
( |
Sheet.Set |
sheetSet | ) |
throws MissingResourceException |
|
protectedinherited |
Return true if the given content object has children. Useful for lazy loading.
- Parameters
-
c | The content object to look for children on |
- Returns
- true if has children
Definition at line 111 of file AbstractContentNode.java.
Sheet org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountArtifactNode.createSheet |
( |
| ) |
|
|
protected |
void org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.finalize |
( |
| ) |
throws Throwable |
|
protectedinherited |
Action [] org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountArtifactNode.getActions |
( |
boolean |
context | ) |
|
BlackboardArtifact org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getArtifact |
( |
| ) |
|
|
inherited |
Return the content data associated with this node
- Returns
- the content object wrapped by this node
Definition at line 80 of file AbstractContentNode.java.
Return children of the underlying content.
- Returns
- list of content children content.
Definition at line 181 of file AbstractContentNode.java.
Get count of the underlying content object children.
Useful for lazy loading.
- Returns
- content children count
Definition at line 203 of file AbstractContentNode.java.
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 161 of file AbstractContentNode.java.
String org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getItemType |
( |
| ) |
|
|
inherited |
String org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.getSourceName |
( |
| ) |
|
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
- Returns
- true if has children
Definition at line 141 of file AbstractContentNode.java.
Return true if the underlying content object has children Useful for lazy loading.
- Returns
- true if has children
Definition at line 100 of file AbstractContentNode.java.
boolean org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.isLeafTypeNode |
( |
| ) |
|
|
inherited |
Reads the content of this node (of the underlying content object).
- Parameters
-
buf | buffer to read into |
offset | the starting offset in the content object |
len | the length to read |
- Returns
- the bytes read
- Exceptions
-
TskException | exception thrown if the requested part of content could not be read |
Definition at line 229 of file AbstractContentNode.java.
void org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountArtifactNode.updateSheet |
( |
| ) |
|
|
private |
final BlackboardArtifact org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountArtifactNode.artifact |
|
private |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/datamodel/accounts/Accounts.java