Go to the documentation of this file.
19package org.sleuthkit.autopsy.keywordsearch;
26final class AdHocQueryRequest {
28 private final KeywordSearchQuery query;
29 private final String queryString;
30 private final Map<String, Object> queryProperties;
39 AdHocQueryRequest(Map<String, Object> map,
int id, KeywordSearchQuery query) {
40 this.queryString = query.getEscapedQueryString();
41 this.queryProperties = map;
45 KeywordSearchQuery getQuery() {
49 public String getQueryString() {
53 public Map<String, Object> getProperties() {
54 return queryProperties;
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.