Uses of Class
org.icij.datashare.text.Project
-
Packages that use Project Package Description org.icij.datashare org.icij.datashare.batch org.icij.datashare.text org.icij.datashare.text.indexing -
-
Uses of Project in org.icij.datashare
Fields in org.icij.datashare declared as Project Modifier and Type Field Description ProjectNote. projectMethods in org.icij.datashare that return Project Modifier and Type Method Description ProjectRepository. getProject(String projectId)Methods in org.icij.datashare with parameters of type Project Modifier and Type Method Description List<String>Repository. getDocuments(Project project, Tag... tags)List<Document>Repository. getDocumentsNotTaggedWithPipeline(Project project, Pipeline.Type type)List<Note>Repository. getNotes(Project project)List<Note>Repository. getNotes(Project prj, String pathPrefix)Repository.AggregateList<User>Repository. getRecommendations(Project project)Repository.AggregateList<User>Repository. getRecommendations(Project project, List<String> documentIds)Set<String>Repository. getRecommentationsBy(Project project, List<User> users)List<String>Repository. getStarredDocuments(Project project, User user)List<Tag>Repository. getTags(Project project, String documentId)intRepository. recommend(Project project, User user, List<String> documentIds)intRepository. star(Project project, User user, List<String> documentIds)booleanRepository. tag(Project prj, String documentId, Tag... tags)booleanRepository. tag(Project prj, List<String> documentIds, Tag... tags)intRepository. unrecommend(Project project, User user, List<String> documentIds)intRepository. unstar(Project project, User user, List<String> documentIds)booleanRepository. untag(Project prj, String documentId, Tag... tags)booleanRepository. untag(Project prj, List<String> documentIds, Tag... tags)Method parameters in org.icij.datashare with type arguments of type Project Modifier and Type Method Description booleanRepository. addToHistory(List<Project> project, UserEvent userEvent)Constructors in org.icij.datashare with parameters of type Project Constructor Description Note(Project project, Path path, String note)Note(Project project, Path path, String note, Note.Variant variant) -
Uses of Project in org.icij.datashare.batch
Fields in org.icij.datashare.batch declared as Project Modifier and Type Field Description ProjectSearchResult. projectFields in org.icij.datashare.batch with type parameters of type Project Modifier and Type Field Description List<Project>BatchDownload. projectsList<Project>BatchSearchRecord. projectsConstructors in org.icij.datashare.batch with parameters of type Project Constructor Description SearchResult(String query, Project project, String documentId, String rootId, Path documentPath, Date creationDate, String contentType, long contentLength, int documentNumber)Constructor parameters in org.icij.datashare.batch with type arguments of type Project 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, Date date)BatchSearch(List<Project> projects, String name, String description, LinkedHashSet<String> queries, Date date, BatchSearchRecord.State state, boolean published)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)BatchSearchRecord(List<Project> projects, String name, String description, int nbQueries, Date date) -
Uses of Project in org.icij.datashare.text
Methods in org.icij.datashare.text that return Project Modifier and Type Method Description ProjectDocument. getProject()static ProjectProject. project(String projectName)Methods in org.icij.datashare.text with parameters of type Project Modifier and Type Method Description static booleanProject. isAllowed(Project project, InetSocketAddress socketAddress)Constructors in org.icij.datashare.text with parameters of type Project Constructor Description Document(String id, Project project, Path filePath, String content, List<Map<String,String>> content_translated, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Long contentLength)Document(String id, Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Long contentLength)Document(Project project, String id, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Date extractionDate, String parentDocument, String rootDocument, Short extractionLevel, Long contentLength)Document(Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Long contentLength)Document(Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, HashSet<Pipeline.Type> nerTags, Document parentDocument, Long contentLength)Document(Project project, Path filePath, String content, Language language, Charset charset, String mimetype, Map<String,Object> metadata, Document.Status status, Set<Pipeline.Type> nerTags, Long contentLength) -
Uses of Project in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing with parameters of type Project Modifier and Type Method Description booleanIndexer. tag(Project prj, String documentId, String rootDocument, Tag... tags)booleanIndexer. tag(Project prj, List<String> documentIds, Tag... tags)booleanIndexer. untag(Project prj, String documentId, String rootDocument, Tag... tags)booleanIndexer. untag(Project prj, List<String> documentIds, Tag... tags)
-