Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
PageRetrievedEvent (Type resultType, int page, List< Result > results) | |
int | getPageNumber () |
List< Result > | getSearchResults () |
Type | getType () |
Private Attributes | |
final int | page |
final List< Result > | results |
final Type | resultType |
Event to signal the completion of page retrieval and include the page contents.
Definition at line 319 of file DiscoveryEventUtils.java.
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.PageRetrievedEvent | ( | Type | resultType, |
int | page, | ||
List< Result > | results | ||
) |
Construct a new PageRetrievedEvent.
resultType | The type of results which exist in the page. |
page | The number of the page which was retrieved. |
results | The list of results in the page retrieved. |
Definition at line 332 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.page, org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.results, and org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.resultType.
int org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.getPageNumber | ( | ) |
Get the page number which was retrieved.
Definition at line 352 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.page.
List<Result> org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.getSearchResults | ( | ) |
Get the list of results in the page retrieved.
Definition at line 343 of file DiscoveryEventUtils.java.
Type org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.getType | ( | ) |
Get the type of results which exist in the page.
Definition at line 361 of file DiscoveryEventUtils.java.
References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.resultType.
|
private |
|
private |
Definition at line 321 of file DiscoveryEventUtils.java.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.PageRetrievedEvent.PageRetrievedEvent().
|
private |
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.