Uses of Class
org.icij.datashare.text.Document.Status
-
Packages that use Document.Status Package Description org.icij.datashare.text org.icij.datashare.text.indexing -
-
Uses of Document.Status in org.icij.datashare.text
Methods in org.icij.datashare.text that return Document.Status Modifier and Type Method Description static Document.StatusDocument.Status. fromCode(int code)Document.StatusDocument. getStatus()static Document.StatusDocument.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Document.Status[]Document.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.icij.datashare.text with parameters of type Document.Status 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 Document.Status in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing with parameters of type Document.Status Modifier and Type Method Description Indexer.SearcherIndexer.Searcher. ofStatus(Document.Status indexed)
-