| Package | Description |
|---|---|
| org.icij.datashare.batch |
| Modifier and Type | Field and Description |
|---|---|
BatchSearchRecord.State |
BatchSearchRecord.state |
| Modifier and Type | Method and Description |
|---|---|
static BatchSearchRecord.State |
BatchSearchRecord.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchSearchRecord.State[] |
BatchSearchRecord.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchSearchRepository.setState(String batchSearchId,
BatchSearchRecord.State state) |
| Constructor and Description |
|---|
BatchSearch(String uuid,
List<Project> projects,
String name,
String description,
LinkedHashMap<String,Integer> queries,
Date date,
BatchSearchRecord.State state,
User user,
int nbResults,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness,
boolean phraseMatches,
String errorMessage,
String errorQuery) |
BatchSearch(String uuid,
List<Project> projects,
String name,
String description,
LinkedHashSet<String> queries,
Date date,
BatchSearchRecord.State state,
User user) |
BatchSearchRecord(String uuid,
List<Project> projects,
String name,
String description,
int nbQueries,
Date date,
BatchSearchRecord.State state,
User user,
int nbResults,
boolean published,
String errorMessage,
String errorQuery) |
Copyright © 2020–2022 ICIJ. All rights reserved.