Uses of Class
org.icij.datashare.text.ProjectProxy
-
Packages that use ProjectProxy Package Description org.icij.datashare org.icij.datashare.batch org.icij.datashare.text -
-
Uses of ProjectProxy in org.icij.datashare
Fields in org.icij.datashare declared as ProjectProxy Modifier and Type Field Description ProjectProxyDocumentUserRecommendation. projectConstructors in org.icij.datashare with parameters of type ProjectProxy Constructor Description DocumentUserRecommendation(Document document, ProjectProxy project, User user)DocumentUserRecommendation(Document document, ProjectProxy project, User user, Date creationDate) -
Uses of ProjectProxy in org.icij.datashare.batch
Fields in org.icij.datashare.batch declared as ProjectProxy Modifier and Type Field Description ProjectProxySearchResult. projectFields in org.icij.datashare.batch with type parameters of type ProjectProxy Modifier and Type Field Description List<ProjectProxy>BatchSearchRepository.WebQuery. projectList<ProjectProxy>BatchSearchRecord. projectsConstructors in org.icij.datashare.batch with parameters of type ProjectProxy Constructor Description SearchResult(String query, ProjectProxy 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 ProjectProxy Constructor Description BatchSearch(String uuid, List<ProjectProxy> projects, String name, String description, Integer nbQueries, Date date, BatchSearchRecord.State state, User user, int nbResults, boolean published, List<String> fileTypes, String queryBody, List<String> paths, int fuzziness, boolean phraseMatches, String errorMessage, String errorQuery)Allow creation of batch search without queriesBatchSearch(String uuid, List<ProjectProxy> projects, String name, String description, LinkedHashMap<String,Integer> queries, Date date, BatchSearchRecord.State state, User user, int nbResults, boolean published, List<String> fileTypes, String queryBody, List<String> paths, int fuzziness, boolean phraseMatches, String errorMessage, String errorQuery)BatchSearch(String uuid, List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, Date date, BatchSearchRecord.State state, User user)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, Date date)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, Date date, BatchSearchRecord.State state, boolean published)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, User user)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published, List<String> fileTypes, String queryBody, List<String> paths, boolean phraseMatches)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published, List<String> fileTypes, String queryBody, List<String> paths, int fuzziness)BatchSearch(List<ProjectProxy> projects, String name, String description, LinkedHashSet<String> queries, User user, boolean published, List<String> fileTypes, String queryBody, List<String> paths, int fuzziness, boolean phraseMatches)BatchSearch(List<ProjectProxy> projects, String name, String description, User user)BatchSearchRecord(String uuid, List<ProjectProxy> projects, String name, String description, int nbQueries, Date date, BatchSearchRecord.State state, User user, int nbResults, boolean published, String errorMessage, String errorQuery)BatchSearchRecord(List<ProjectProxy> projects, String name, String description, int nbQueries, Date date) -
Uses of ProjectProxy in org.icij.datashare.text
Subclasses of ProjectProxy in org.icij.datashare.text Modifier and Type Class Description classProjectMethods in org.icij.datashare.text that return ProjectProxy Modifier and Type Method Description static ProjectProxyProjectProxy. proxy(String projectName)Methods in org.icij.datashare.text that return types with arguments of type ProjectProxy Modifier and Type Method Description static List<ProjectProxy>ProjectProxy. fromNameStringList(List<String> projects)Method parameters in org.icij.datashare.text with type arguments of type ProjectProxy Modifier and Type Method Description static StringProjectProxy. asCommaConcatNames(List<ProjectProxy> projects)static String[]ProjectProxy. asNameArray(List<ProjectProxy> projects)static List<String>ProjectProxy. asNameList(List<ProjectProxy> projects)
-