Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CaseContext (Case theCase, ProgressIndicator progressIndicator) | |
CaseContext (Case theCase, ProgressIndicator progressIndicator, boolean isNewCase) | |
boolean | cancelRequested () |
Case | getCase () |
ProgressIndicator | getProgressIndicator () |
boolean | isNewCase () |
void | requestCancel () |
Private Attributes | |
volatile boolean | cancelRequested |
final boolean | isNewCase |
final ProgressIndicator | progressIndicator |
final Case | theCase |
The context for the creation/opening/upgrading of case-level resources by a service.
Definition at line 88 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 103 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.progressIndicator, and org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.theCase.
org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.CaseContext | ( | Case | theCase, |
ProgressIndicator | progressIndicator, | ||
boolean | isNewCase | ||
) |
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. |
isNewCase | True if theCase is a new case. |
Definition at line 116 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.isNewCase(), 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 160 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 129 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.theCase.
Referenced by org.sleuthkit.autopsy.keywordsearch.SolrSearchService.closeCaseResources(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryService.openCaseResources(), 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. IMPORTANT: The service should only call progress() on the progress indicator. Calling start() and finish() are the responsibility of the case providing the context.
Definition at line 141 of file AutopsyService.java.
References org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.progressIndicator.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryService.closeCaseResources(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryService.openCaseResources(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources().
boolean org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.isNewCase | ( | ) |
Indicates whether or the case is a new case in the process of being created.
Definition at line 170 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.CaseContext().
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 149 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.CancelButtonListener.cancel().
|
private |
Definition at line 92 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryService.openCaseResources(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources().
|
private |
Definition at line 93 of file AutopsyService.java.
|
private |
Definition at line 91 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 90 of file AutopsyService.java.
Referenced by org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.CaseContext(), and org.sleuthkit.autopsy.appservices.AutopsyService.CaseContext.getCase().
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.