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
public abstract class AbstractCoreBackend extends Object implements Backend
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreSession
session
-
Constructor Summary
Constructors Modifier Constructor Description AbstractCoreBackend()
protected
AbstractCoreBackend(CoreSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreSession
getSession()
CoreSession
getSession(boolean synchronize)
void
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
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 Detail
-
session
protected CoreSession session
-
-
Constructor Detail
-
AbstractCoreBackend
public AbstractCoreBackend()
-
AbstractCoreBackend
protected AbstractCoreBackend(CoreSession session)
-
-
Method Detail
-
getSession
public CoreSession getSession()
- Specified by:
getSession
in interfaceBackend
-
getSession
public CoreSession getSession(boolean synchronize)
- Specified by:
getSession
in interfaceBackend
-
saveChanges
public void saveChanges()
- Specified by:
saveChanges
in interfaceBackend
-
-