public interface DocumentRefList extends List<DocumentRef>, Serializable
List<DocumentRef>
when a list of
document references should be returned.
This object is type safe and can help services which need to dynamically discover which type of object is returned. (see operation framework for this)
This class is the equivalent of DocumentModelList
but for document references.
Modifier and Type | Method and Description |
---|---|
long |
totalSize()
Returns the total size of the bigger list this is a part of.
|
Copyright © 2015 Nuxeo SA. All rights reserved.