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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getSessionin interfaceBackend
-
getSession
- Specified by:
getSessionin interfaceBackend
-
saveChanges
public void saveChanges()- Specified by:
saveChangesin interfaceBackend
-