Uses of Class
org.icij.datashare.user.User
-
Packages that use User Package Description org.icij.datashare org.icij.datashare.batch org.icij.datashare.text org.icij.datashare.user -
-
Uses of User in org.icij.datashare
Fields in org.icij.datashare declared as User Modifier and Type Field Description UserUserEvent. userMethods in org.icij.datashare that return User Modifier and Type Method Description UserRepository. getUser(String userId)Methods in org.icij.datashare that return types with arguments of type User Modifier and Type Method Description Repository.AggregateList<User>Repository. getRecommendations(Project project)Repository.AggregateList<User>Repository. getRecommendations(Project project, List<String> documentIds)Methods in org.icij.datashare with parameters of type User Modifier and Type Method Description booleanRepository. deleteUserEvent(User user, int eventId)booleanRepository. deleteUserHistory(User user, UserEvent.Type type)List<String>Repository. getStarredDocuments(Project project, User user)List<Document>Repository. getStarredDocuments(User user)intRepository. getTotalUserEvents(User user, UserEvent.Type type)List<UserEvent>Repository. getUserEvents(User user, UserEvent.Type type, int from, int size, String sort, boolean desc, String... projectIds)intRepository. recommend(Project project, User user, List<String> documentIds)booleanRepository. save(User user)intRepository. star(Project project, User user, List<String> documentIds)intRepository. unrecommend(Project project, User user, List<String> documentIds)intRepository. unstar(Project project, User user, List<String> documentIds)Method parameters in org.icij.datashare with type arguments of type User Modifier and Type Method Description Set<String>Repository. getRecommentationsBy(Project project, List<User> users)Constructors in org.icij.datashare with parameters of type User Constructor Description UserEvent(int id, User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate)UserEvent(User user, UserEvent.Type type, String name, URI uri)UserEvent(User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate) -
Uses of User in org.icij.datashare.batch
Fields in org.icij.datashare.batch declared as User Modifier and Type Field Description UserBatchDownload. userUserBatchSearchRecord. userMethods in org.icij.datashare.batch with parameters of type User Modifier and Type Method Description static PathBatchDownload. createFilename(User user)booleanBatchSearchRepository. delete(User user, String batchId)booleanBatchSearchRepository. deleteAll(User user)BatchSearchBatchSearchRepository. get(User user, String batchId)BatchSearchBatchSearchRepository. get(User user, String batchId, boolean withQueries)Map<String,Integer>BatchSearchRepository. getQueries(User user, String batchId, int from, int size, String search, String orderBy)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)intBatchSearchRepository. getTotal(User user, List<String> projectsIds, BatchSearchRepository.WebQuery webQuery)booleanBatchSearchRepository. publish(User user, String batchId, boolean published)Constructors in org.icij.datashare.batch with parameters of type User Constructor Description BatchDownload(List<Project> projects, User user, String query)BatchDownload(List<Project> projects, User user, String query, String uri)BatchDownload(List<Project> projects, User user, String query, String uri, Path downloadDir, boolean isEncrypted)BatchDownload(List<Project> projects, User user, String query, Path downloadDir, boolean isEncrypted)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, User user)BatchSearch(List<Project> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published)BatchSearch(List<Project> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published, List<String> fileTypes, List<String> paths, boolean phraseMatches)BatchSearch(List<Project> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published, List<String> fileTypes, List<String> paths, int fuzziness)BatchSearch(List<Project> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published, List<String> fileTypes, List<String> paths, int fuzziness, boolean phraseMatches)BatchSearch(List<Project> projects, String name, String description, User user)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) -
Uses of User in org.icij.datashare.text
Fields in org.icij.datashare.text declared as User Modifier and Type Field Description UserTag. userConstructors in org.icij.datashare.text with parameters of type User Constructor Description Tag(String label, User user)Tag(String label, User user, Date creationDate) -
Uses of User in org.icij.datashare.user
Methods in org.icij.datashare.user that return User Modifier and Type Method Description static UserUser. fromJson(String json, String provider)UserApiKey. getUser()UserDatashareApiKey. getUser()UserUserTask. getUser()static UserUser. local()static UserUser. localUser(String id)static UserUser. nullUser()Methods in org.icij.datashare.user with parameters of type User Modifier and Type Method Description booleanApiKeyRepository. delete(User user)ApiKeyApiKeyRepository. get(User user)Constructors in org.icij.datashare.user with parameters of type User Constructor Description DatashareApiKey(String hashedKey, User user)DatashareApiKey(String hashedKey, User user, Date creationDate)DatashareApiKey(SecretKey secretKey, User user)DatashareApiKey(User user)User(User user)
-