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 CoreSessionsession
-
Constructor Summary
Constructors Modifier Constructor Description AbstractCoreBackend()protectedAbstractCoreBackend(CoreSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreSessiongetSession()CoreSessiongetSession(boolean synchronize)voidsaveChanges()-
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:
getSessionin interfaceBackend
-
getSession
public CoreSession getSession(boolean synchronize)
- Specified by:
getSessionin interfaceBackend
-
saveChanges
public void saveChanges()
- Specified by:
saveChangesin interfaceBackend
-
-