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, wait
forEach, spliterator
public int size()
public boolean isEmpty()
public String getInputType()
getInputType
in interface OperationInput
public boolean isBinary()
isBinary
in interface OperationInput
public String getInputRef()
getInputRef
in interface OperationInput
Copyright © 2018 Nuxeo. All rights reserved.