Uses of Class
org.icij.datashare.text.Tag
-
Packages that use Tag Package Description org.icij.datashare org.icij.datashare.text org.icij.datashare.text.indexing -
-
Uses of Tag in org.icij.datashare
Methods in org.icij.datashare that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Repository. getTags(Project project, String documentId)Methods in org.icij.datashare with parameters of type Tag Modifier and Type Method Description List<String>Repository. getDocuments(Project project, Tag... tags)booleanRepository. tag(Project prj, String documentId, Tag... tags)booleanRepository. tag(Project prj, List<String> documentIds, Tag... tags)booleanRepository. untag(Project prj, String documentId, Tag... tags)booleanRepository. untag(Project prj, List<String> documentIds, Tag... tags) -
Uses of Tag in org.icij.datashare.text
Methods in org.icij.datashare.text that return Tag Modifier and Type Method Description static TagTag. tag(String label)Methods in org.icij.datashare.text that return types with arguments of type Tag Modifier and Type Method Description Set<Tag>Document. getTags() -
Uses of Tag in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing with parameters of type Tag 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)Indexer.SearcherIndexer.Searcher. with(Tag... tags)
-