Uses of Class
org.icij.datashare.batch.BatchSearchRecord.State
-
Packages that use BatchSearchRecord.State Package Description org.icij.datashare.batch -
-
Uses of BatchSearchRecord.State in org.icij.datashare.batch
Fields in org.icij.datashare.batch declared as BatchSearchRecord.State Modifier and Type Field Description BatchSearchRecord.StateBatchSearchRecord. stateMethods in org.icij.datashare.batch that return BatchSearchRecord.State Modifier and Type Method Description static BatchSearchRecord.StateBatchSearchRecord.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.Methods in org.icij.datashare.batch with parameters of type BatchSearchRecord.State Modifier and Type Method Description booleanBatchSearchRepository. setState(String batchSearchId, BatchSearchRecord.State state)Constructors in org.icij.datashare.batch with parameters of type BatchSearchRecord.State Constructor Description BatchSearch(String uuid, List<Project> projects, String name, String description, Integer nbQueries, 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)Allow creation of batch search without queriesBatchSearch(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)BatchSearch(List<Project> projects, String name, String description, LinkedHashSet<String> queries, Date date, BatchSearchRecord.State state, boolean published)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)
-