| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.batch | |
| org.icij.datashare.text | |
| org.icij.datashare.user |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
Repository.getRecommendations(Project project) |
Set<User> |
Repository.getRecommendations(Project project,
List<String> documentIds) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Repository.getStarredDocuments(Project project,
User user) |
List<Document> |
Repository.getStarredDocuments(User user) |
int |
Repository.recommend(Project project,
User user,
List<String> documentIds) |
int |
Repository.star(Project project,
User user,
List<String> documentIds) |
int |
Repository.unrecommend(Project project,
User user,
List<String> documentIds) |
int |
Repository.unstar(Project project,
User user,
List<String> documentIds) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
Repository.getRecommentationsBy(Project project,
List<User> users) |
| Modifier and Type | Field and Description |
|---|---|
User |
BatchSearch.user |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchSearchRepository.delete(User user,
String batchId) |
boolean |
BatchSearchRepository.deleteAll(User user) |
List<BatchSearch> |
BatchSearchRepository.get(User user) |
List<BatchSearch> |
BatchSearchRepository.get(User user,
List<String> projectsIds) |
BatchSearch |
BatchSearchRepository.get(User user,
String batchId) |
List<SearchResult> |
BatchSearchRepository.getResults(User user,
String batchSearchId) |
List<SearchResult> |
BatchSearchRepository.getResults(User user,
String batchId,
BatchSearchRepository.WebQuery webQuery) |
boolean |
BatchSearchRepository.publish(User user,
String batchId,
boolean published) |
| Constructor and Description |
|---|
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published,
List<String> fileTypes,
List<String> paths,
boolean phraseMatches) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness,
boolean phraseMatches) |
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) |
| Modifier and Type | Field and Description |
|---|---|
User |
Tag.user |
| Constructor and Description |
|---|
Tag(String label,
User user) |
Tag(String label,
User user,
Date creationDate) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserTask.getUser() |
static User |
User.local() |
static User |
User.nullUser() |
Copyright © 2020 ICIJ. All rights reserved.