| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.batch | |
| org.icij.datashare.text | |
| org.icij.datashare.user |
| Modifier and Type | Method and Description |
|---|---|
User |
Repository.getUser(String userId) |
| Modifier and Type | Method and Description |
|---|---|
Repository.AggregateList<User> |
Repository.getRecommendations(Project project) |
Repository.AggregateList<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) |
boolean |
Repository.save(User user) |
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 |
BatchSearchRecord.user |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchSearchRepository.delete(User user,
String batchId) |
boolean |
BatchSearchRepository.deleteAll(User user) |
BatchSearch |
BatchSearchRepository.get(User user,
String batchId) |
List<BatchSearchRecord> |
BatchSearchRepository.getRecords(User user,
List<String> projectsIds) |
List<BatchSearchRecord> |
BatchSearchRepository.getRecords(User user,
List<String> projectsIds,
BatchSearchRepository.WebQuery webQuery) |
List<SearchResult> |
BatchSearchRepository.getResults(User user,
String batchSearchId) |
List<SearchResult> |
BatchSearchRepository.getResults(User user,
String batchId,
BatchSearchRepository.WebQuery webQuery) |
int |
BatchSearchRepository.getTotal(User user,
List<String> projectsIds) |
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,
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,
Project project,
String name,
String description,
LinkedHashSet<String> queries,
Date date,
BatchSearchRecord.State state,
User user) |
BatchSearchRecord(String uuid,
Project project,
String name,
String description,
int nbQueries,
Date date,
BatchSearchRecord.State state,
User user,
int nbResults,
boolean published,
String errorMessage,
String errorQuery) |
| 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 |
|---|---|
static User |
User.fromJson(String json,
String provider) |
User |
ApiKey.getUser() |
User |
UserTask.getUser() |
User |
DatashareApiKey.getUser() |
static User |
User.local() |
static User |
User.localUser(String id) |
static User |
User.nullUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApiKeyRepository.delete(User user) |
ApiKey |
ApiKeyRepository.get(User user) |
| Constructor and Description |
|---|
DatashareApiKey(SecretKey secretKey,
User user) |
DatashareApiKey(String hashedKey,
User user) |
DatashareApiKey(String hashedKey,
User user,
Date creationDate) |
DatashareApiKey(User user) |
User(User user) |
Copyright © 2020–2021 ICIJ. All rights reserved.