Package org.nuxeo.ecm.webdav.backend
Class AbstractCoreBackend
java.lang.Object
org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
- All Implemented Interfaces:
Backend
- Direct Known Subclasses:
AbstractVirtualBackend
,SimpleBackend
-
Field Summary
-
Constructor Summary
-
Method Summary
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
canUnlock, copyItem, createFile, createFile, createFolder, exists, getBackend, getBackendDisplayName, getCheckoutUser, getChildren, getDisplayName, getDocument, getRootPath, getRootUrl, getVirtualFolderNames, getVirtualPath, hasPermission, isLocked, isRename, isRoot, isVirtual, lock, moveItem, moveItem, parseLocation, removeItem, removeItem, renameItem, resolveLocation, unlock, updateDocument
-
Field Details
-
session
-
-
Constructor Details
-
AbstractCoreBackend
public AbstractCoreBackend() -
AbstractCoreBackend
-
-
Method Details
-
getSession
- Specified by:
getSession
in interfaceBackend
-
getSession
- Specified by:
getSession
in interfaceBackend
-
saveChanges
public void saveChanges()- Specified by:
saveChanges
in interfaceBackend
-