Uses of Class
org.icij.datashare.batch.BatchSearch
-
Packages that use BatchSearch Package Description org.icij.datashare.batch -
-
Uses of BatchSearch in org.icij.datashare.batch
Methods in org.icij.datashare.batch that return BatchSearch Modifier and Type Method Description BatchSearchBatchSearchRepository. get(String id)BatchSearchBatchSearchRepository. get(User user, String batchId)BatchSearchBatchSearchRepository. get(User user, String batchId, boolean withQueries)Methods in org.icij.datashare.batch with parameters of type BatchSearch Modifier and Type Method Description booleanBatchSearchRepository. save(BatchSearch batchSearch)Constructors in org.icij.datashare.batch with parameters of type BatchSearch Constructor Description BatchSearch(BatchSearch toCopy)BatchSearch(BatchSearch toCopy, Map<String,String> overriddenParameters)
-