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.Methods in org.icij.datashare.text with parameters of type Document.Status Modifier and Type Method Description DocumentBuilderDocumentBuilder. with(Document.Status documentStatus) -
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)
-