Class APIRoot
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.webengine.model.impl.DefaultObject
-
- org.nuxeo.ecm.webengine.model.impl.ModuleRoot
-
- org.nuxeo.ecm.restapi.server.jaxrs.APIRoot
-
- All Implemented Interfaces:
ModuleResource
,Resource
,Adaptable
public class APIRoot extends ModuleRoot
The root entry for the WebEngine module.- Since:
- 5.7.2
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.ModuleRoot
request, sic
-
-
Constructor Summary
Constructors Constructor Description APIRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
bulk(List<String> ids)
Object
capabilities()
Object
doGetConfig()
Object
doGetConversion()
Object
doGetDirectory()
Object
doGetGroup()
Object
doGetRepository(String repositoryParam)
Object
doGetUser()
Object
doQuery()
Object
getAutomationEndPoint()
Object
route(String otherPath)
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.ModuleRoot
getLink, getSkinResource, handleError, setContext
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
-
Methods inherited from interface org.nuxeo.ecm.webengine.model.Resource
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot
-
-
-
-
Method Detail
-
doGetRepository
public Object doGetRepository(String repositoryParam) throws DocumentNotFoundException
- Throws:
DocumentNotFoundException
-
doGetUser
public Object doGetUser()
-
doGetGroup
public Object doGetGroup()
-
getAutomationEndPoint
public Object getAutomationEndPoint()
-
doGetDirectory
public Object doGetDirectory()
-
doQuery
public Object doQuery()
-
doGetConfig
public Object doGetConfig()
-
doGetConversion
public Object doGetConversion()
-
capabilities
public Object capabilities()
- Since:
- 11.5
-
-