public class AllDocuments extends Object
| Constructor and Description |
|---|
AllDocuments(JavaScriptInterpreter javaScriptInterpreter) |
| Modifier and Type | Method and Description |
|---|---|
SuccessfulDocumentCreateResponse |
add(String document) |
void |
addOrUpdate(String document) |
void |
doForAllDocuments(DocumentIterator documentIterator) |
String |
get(String key) |
Map<String,String> |
getAll(List<String> documentIds) |
Object |
remove(String key) |
int |
size() |
SuccessfulDocumentCreateResponse |
update(String document) |
public AllDocuments(JavaScriptInterpreter javaScriptInterpreter)
public SuccessfulDocumentCreateResponse add(String document)
public void doForAllDocuments(DocumentIterator documentIterator)
public int size()
public SuccessfulDocumentCreateResponse update(String document)
public void addOrUpdate(String document)
Copyright © 2017. All rights reserved.