Package org.nuxeo.ecm.webdav.backend
Class SimpleRootBackend
- java.lang.Object
-
- org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
-
- org.nuxeo.ecm.webdav.backend.SimpleBackend
-
- org.nuxeo.ecm.webdav.backend.SimpleRootBackend
-
- All Implemented Interfaces:
Backend
public class SimpleRootBackend extends SimpleBackend
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.webdav.backend.SimpleBackend
ALWAYS_CREATE_FILE_PROP, backendDisplayName, MSOFFICE_TMP_PREFIX, orderedBackendNames, rootPath, rootUrl, SOURCE_EDIT_KEYWORD, TMP_EXTENSION
-
Fields inherited from class org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
session
-
-
Constructor Summary
Constructors Constructor Description SimpleRootBackend(CoreSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRoot()
-
Methods inherited from class org.nuxeo.ecm.webdav.backend.SimpleBackend
canUnlock, cleanTrashPath, cleanTrashPath, copyItem, createFile, createFile, createFolder, encode, exists, getBackend, getBackendDisplayName, getCheckoutUser, getChildren, getDisplayName, getDocument, getFileName, getRootPath, getRootUrl, getVirtualFolderNames, getVirtualPath, hasPermission, isLocked, isRename, isTemporaryFile, isTrashDocument, isVirtual, lock, moveItem, moveItem, parseLocation, removeItem, removeItem, renameItem, resolveLocation, resolveParent, unlock, updateDocument
-
Methods inherited from class org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
getSession, getSession, saveChanges
-
-
-
-
Constructor Detail
-
SimpleRootBackend
public SimpleRootBackend(CoreSession session)
-
-
Method Detail
-
isRoot
public boolean isRoot()
- Specified by:
isRoot
in interfaceBackend
- Overrides:
isRoot
in classSimpleBackend
-
-