public class RepositoryObject extends DefaultObject
| Constructor and Description |
|---|
RepositoryObject() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBulkDocuments(List<String> ids) |
Object |
getDocsById(String id) |
Object |
getDocsByPath(String docPath) |
Object |
getRootPathAdapter(String adapterName)
The regex of getDocsByPath doesn't catch the case of the
root document.
|
disptachAdapter, isAdaptercheckGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toStringpublic Object getRootPathAdapter(String adapterName) throws ClientException
adapterName - ClientExceptionpublic Object getDocsByPath(String docPath) throws ClientException
ClientExceptionpublic Object getDocsById(String id) throws ClientException
ClientExceptionpublic Object getBulkDocuments(List<String> ids) throws ClientException
ClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.