Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CaseContext (Case theCase, ProgressIndicator progressIndicator) | |
boolean | cancelRequested () |
Case | getCase () |
ProgressIndicator | getProgressIndicator () |
void | requestCancel () |
Private Attributes | |
volatile boolean | cancelRequested |
final ProgressIndicator | progressIndicator |
final Case | theCase |
The context for the creation/opening/upgrading of case-level resources by a service.
Definition at line 84 of file AutopsyService.java.
org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.CaseContext | ( | Case | theCase, |
ProgressIndicator | progressIndicator | ||
) |
Constructs the context for the creation/opening/upgrading of case-level resources by a service.
theCase | The case. |
progressIndicator | A progress indicator for the opening of the case-level resources |
Definition at line 98 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.progressIndicator, and org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.theCase.
boolean org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.cancelRequested | ( | ) |
Indicates whether or not cancellation of the creation/opening/upgrading of case-level resources by a service has been requested.
Definition at line 139 of file AutopsyService.java.
Case org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getCase | ( | ) |
Gets the case for the creation/opening/upgrading of case-level resources by a service.
Definition at line 110 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.theCase.
Referenced by org.sleuthkit.autopsy.keywordsearch.SolrSearchService.closeCaseResources(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources().
ProgressIndicator org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getProgressIndicator | ( | ) |
Gets the progress indicator for the creation/opening/upgrading of case-level resources by a service.
Definition at line 120 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.progressIndicator.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources().
void org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.requestCancel | ( | ) |
Requests cancellation of the creation/opening/upgrading of case-level resources by a service. The request is not guaranteed to be honored.
Definition at line 128 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel().
|
private |
Definition at line 88 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources().
|
private |
Definition at line 87 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.CaseContext(), and org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getProgressIndicator().
|
private |
Definition at line 86 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.CaseContext(), and org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getCase().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.