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, isAdapter
checkGuard, 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, toString
public Object getRootPathAdapter(String adapterName) throws ClientException
adapterName
- ClientException
public Object getDocsByPath(String docPath) throws ClientException
ClientException
public Object getDocsById(String id) throws ClientException
ClientException
public Object getBulkDocuments(List<String> ids) throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.