Uses of Interface
org.nuxeo.ecm.webdav.backend.Backend
-
Packages that use Backend Package Description org.nuxeo.ecm.webdav.backend org.nuxeo.ecm.webdav.resource -
-
Uses of Backend in org.nuxeo.ecm.webdav.backend
Subinterfaces of Backend in org.nuxeo.ecm.webdav.backend Modifier and Type Interface Description interfaceVirtualBackendClasses in org.nuxeo.ecm.webdav.backend that implement Backend Modifier and Type Class Description classAbstractCoreBackendclassAbstractVirtualBackendclassSearchRootBackendclassSearchVirtualBackendclassSimpleBackendclassSimpleRootBackendFields in org.nuxeo.ecm.webdav.backend with type parameters of type Backend Modifier and Type Field Description protected Map<String,Backend>AbstractVirtualBackend. backendMapMethods in org.nuxeo.ecm.webdav.backend that return Backend Modifier and Type Method Description BackendRealBackendFactory. createBackend(String backendDisplayName, String rootPath, String rootUrl, CoreSession session)BackendSimpleRealBackendFactory. createBackend(String backendDisplayName, String rootPath, String rootUrl, CoreSession session)abstract BackendAbstractBackendFactory. createRootBackend(CoreSession session)BackendSearchBackendFactory. createRootBackend(CoreSession session)BackendSimpleBackendFactory. createRootBackend(CoreSession session)BackendAbstractBackendFactory. getBackend(String path, javax.servlet.http.HttpServletRequest request)BackendAbstractVirtualBackend. getBackend(String uri)BackendBackend. getBackend(String path)BackendBackendFactory. getBackend(String path, javax.servlet.http.HttpServletRequest request)static BackendBackendHelper. getBackend(String path, javax.servlet.http.HttpServletRequest request)BackendSearchRootBackend. getBackend(String uri)BackendSimpleBackend. getBackend(String path)Methods in org.nuxeo.ecm.webdav.backend with parameters of type Backend Modifier and Type Method Description protected voidAbstractVirtualBackend. registerBackend(Backend backend) -
Uses of Backend in org.nuxeo.ecm.webdav.resource
Fields in org.nuxeo.ecm.webdav.resource declared as Backend Modifier and Type Field Description protected BackendExistingResource. backendprotected BackendUnknownResource. backendConstructors in org.nuxeo.ecm.webdav.resource with parameters of type Backend Constructor Description ExistingResource(String path, DocumentModel doc, javax.servlet.http.HttpServletRequest request, Backend backend)FileResource(String path, DocumentModel doc, javax.servlet.http.HttpServletRequest request, Backend backend)FolderResource(String path, DocumentModel doc, javax.servlet.http.HttpServletRequest request, Backend backend)UnknownResource(String path, javax.servlet.http.HttpServletRequest request, Backend backend)
-