| Package | Description |
|---|---|
| org.icij.datashare.batch |
| Modifier and Type | Field and Description |
|---|---|
BatchSearch.State |
BatchSearch.state |
| Modifier and Type | Method and Description |
|---|---|
static BatchSearch.State |
BatchSearch.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchSearch.State[] |
BatchSearch.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,
BatchSearch.State state) |
| Constructor and Description |
|---|
BatchSearch(String uuid,
Project project,
String name,
String description,
LinkedHashMap<String,Integer> queries,
Date date,
BatchSearch.State state,
User user,
int nbResults,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness,
boolean phraseMatches,
String errorMessage) |
BatchSearch(String uuid,
Project project,
String name,
String description,
LinkedHashSet<String> queries,
Date date,
BatchSearch.State state,
User user) |
Copyright © 2020 ICIJ. All rights reserved.