public class Documents extends Object implements Serializable, OperationInput, Iterable<Document>
| Constructor and Description |
|---|
Documents() |
Documents(Documents docs) |
Documents(int size) |
Documents(List<Document> docs) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Document doc) |
String |
dump() |
Document |
get(int i) |
String |
getInputRef() |
String |
getInputType() |
boolean |
isBinary() |
boolean |
isEmpty() |
Iterator<Document> |
iterator() |
List<Document> |
list() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int size()
public boolean isEmpty()
public String getInputType()
getInputType in interface OperationInputpublic boolean isBinary()
isBinary in interface OperationInputpublic String getInputRef()
getInputRef in interface OperationInputCopyright © 2019 Nuxeo. All rights reserved.