Uses of Interface
org.icij.datashare.Entity
-
Packages that use Entity Package Description org.icij.datashare org.icij.datashare.json org.icij.datashare.text org.icij.datashare.text.indexing org.icij.datashare.user -
-
Uses of Entity in org.icij.datashare
Subinterfaces of Entity in org.icij.datashare Modifier and Type Interface Description interfaceDeliverable -
Uses of Entity in org.icij.datashare.json
Methods in org.icij.datashare.json with type parameters of type Entity Modifier and Type Method Description static <T extends Entity>
StringJsonObjectMapper. getId(T obj)Get the field value marked withIndexIdfrom DataShare domain entity object instancestatic <T extends Entity>
Map<String,Object>JsonObjectMapper. getJson(T obj)Get JSON representation (as a Map) of an Object instancestatic <T extends Entity>
TJsonObjectMapper. getObject(String id, String projectId, Map<String,Object> source, Class<T> type)static <T extends Entity>
StringJsonObjectMapper. getParent(T obj)Get the field value marked with@IndexParentfrom DataShare domain entity object instancestatic <T extends Entity>
StringJsonObjectMapper. getRoot(T obj)static <T extends Entity>
StringJsonObjectMapper. getType(T obj)Get the value ofIndexTypeannotation from DataShare domain entity Object instanceMethod parameters in org.icij.datashare.json with type arguments of type Entity Modifier and Type Method Description static StringJsonObjectMapper. getType(Class<? extends Entity> cls)Get value ofIndexTypeannotation from Class -
Uses of Entity in org.icij.datashare.text
Classes in org.icij.datashare.text that implement Entity Modifier and Type Class Description classDocumentclassDuplicateclassNamedEntityclassProjectclassSourcePathDataShare Source File Path id =HASHER(path) Created by julien on 2/3/17. -
Uses of Entity in org.icij.datashare.text.indexing
Methods in org.icij.datashare.text.indexing with type parameters of type Entity Modifier and Type Method Description <T extends Entity>
voidIndexer. add(String indexName, T obj)<T extends Entity>
booleanIndexer. bulkAdd(String indexName, List<T> entities)<T extends Entity>
booleanIndexer. bulkUpdate(String indexName, List<T> entities)<T extends Entity>
TIndexer. get(String indexName, String id)<T extends Entity>
TIndexer. get(String indexName, String id, String root)<T extends Entity>
voidIndexer. update(String indexName, T obj)Methods in org.icij.datashare.text.indexing that return types with arguments of type Entity Modifier and Type Method Description java.util.stream.Stream<? extends Entity>Indexer.Searcher. execute()java.util.stream.Stream<? extends Entity>Indexer.Searcher. scroll()java.util.stream.Stream<? extends Entity>Indexer.Searcher. scroll(int numSlice, int nbSlices)Method parameters in org.icij.datashare.text.indexing with type arguments of type Entity Modifier and Type Method Description Indexer.SearcherIndexer. search(List<String> indexesNames, Class<? extends Entity> entityClass) -
Uses of Entity in org.icij.datashare.user
Subinterfaces of Entity in org.icij.datashare.user Modifier and Type Interface Description interfaceApiKeyClasses in org.icij.datashare.user that implement Entity Modifier and Type Class Description classDatashareApiKeyclassUser
-