public class DocRefs extends ArrayList<DocRef> implements OperationInput
Constructor and Description |
---|
DocRefs() |
DocRefs(DocRefs docs) |
DocRefs(int size) |
Modifier and Type | Method and Description |
---|---|
String |
dump() |
String |
getInputRef() |
String |
getInputType() |
boolean |
isBinary() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
containsAll, equals, hashCode
public DocRefs()
public DocRefs(int size)
public DocRefs(DocRefs docs)
public String getInputType()
getInputType
in interface OperationInput
public String getInputRef()
getInputRef
in interface OperationInput
public boolean isBinary()
isBinary
in interface OperationInput
public String toString()
toString
in class AbstractCollection<DocRef>
public String dump()
Copyright © 2011 Nuxeo SA. All Rights Reserved.