Package org.nuxeo.ecm.webdav.backend
Interface VirtualBackend
-
- All Superinterfaces:
Backend
- All Known Implementing Classes:
AbstractVirtualBackend
,SearchRootBackend
,SearchVirtualBackend
public interface VirtualBackend extends Backend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedList<String>
getOrderedBackendNames()
-
Methods inherited from interface org.nuxeo.ecm.webdav.backend.Backend
canUnlock, copyItem, createFile, createFile, createFolder, exists, getBackend, getBackendDisplayName, getCheckoutUser, getChildren, getDisplayName, getDocument, getRootPath, getRootUrl, getSession, getSession, getVirtualFolderNames, getVirtualPath, hasPermission, isLocked, isRename, isRoot, isVirtual, lock, moveItem, moveItem, parseLocation, removeItem, removeItem, renameItem, resolveLocation, saveChanges, unlock, updateDocument
-
-
-
-
Method Detail
-
getOrderedBackendNames
LinkedList<String> getOrderedBackendNames()
-
-