Package org.nuxeo.ecm.webdav.backend
Class SearchRootBackend
- java.lang.Object
-
- org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
-
- org.nuxeo.ecm.webdav.backend.AbstractVirtualBackend
-
- org.nuxeo.ecm.webdav.backend.SearchVirtualBackend
-
- org.nuxeo.ecm.webdav.backend.SearchRootBackend
-
- All Implemented Interfaces:
Backend
,VirtualBackend
public class SearchRootBackend extends SearchVirtualBackend
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.webdav.backend.AbstractVirtualBackend
backendMap, orderedBackendNames, rootUrl
-
Fields inherited from class org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
session
-
-
Constructor Summary
Constructors Constructor Description SearchRootBackend(CoreSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Backend
getBackend(String uri)
boolean
isRoot()
-
Methods inherited from class org.nuxeo.ecm.webdav.backend.SearchVirtualBackend
init
-
Methods inherited from class org.nuxeo.ecm.webdav.backend.AbstractVirtualBackend
canUnlock, copyItem, createFile, createFile, createFolder, exists, getBackendDisplayName, getCheckoutUser, getChildren, getDisplayName, getDocument, getOrderedBackendNames, getRootPath, getRootUrl, getVirtualFolderNames, getVirtualPath, hasPermission, initIfNeed, isLocked, isRename, isVirtual, lock, moveItem, moveItem, parseLocation, registerBackend, registerSimpleBackends, removeItem, removeItem, renameItem, resolveLocation, unlock, updateDocument
-
Methods inherited from class org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
getSession, getSession, saveChanges
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.webdav.backend.Backend
getSession, getSession, saveChanges
-
-
-
-
Constructor Detail
-
SearchRootBackend
public SearchRootBackend(CoreSession session)
-
-
Method Detail
-
getBackend
public Backend getBackend(String uri)
- Specified by:
getBackend
in interfaceBackend
- Overrides:
getBackend
in classAbstractVirtualBackend
-
isRoot
public boolean isRoot()
- Specified by:
isRoot
in interfaceBackend
- Overrides:
isRoot
in classAbstractVirtualBackend
-
-