Class NuxeoDriveObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.webengine.model.impl.DefaultObject
org.nuxeo.ecm.restapi.server.jaxrs.drive.NuxeoDriveObject
- Since:
- 9.10
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Retrieves the Nuxeo Drive global configuration.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
-
Field Details
-
NUXEO_DRIVE_CONFIGURATION_FILE
- See Also:
-
-
Constructor Details
-
NuxeoDriveObject
public NuxeoDriveObject()
-
-
Method Details
-
getConfiguration
public javax.ws.rs.core.Response getConfiguration()Retrieves the Nuxeo Drive global configuration.- Implementation Note:
- The configuration file is expected to be in the server's configuration folder, copied from the
drive
template.
-