Package org.nuxeo.ecm.webdav.backend
Class SearchVirtualBackend
java.lang.Object
org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
org.nuxeo.ecm.webdav.backend.AbstractVirtualBackend
org.nuxeo.ecm.webdav.backend.SearchVirtualBackend
- All Implemented Interfaces:
Backend,VirtualBackend
- Direct Known Subclasses:
SearchRootBackend
-
Field Summary
Fields inherited from class org.nuxeo.ecm.webdav.backend.AbstractVirtualBackend
backendMap, orderedBackendNames, rootUrlFields inherited from class org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
session -
Constructor Summary
ConstructorsConstructorDescriptionSearchVirtualBackend(String name, String rootUrl, String query, CoreSession session, RealBackendFactory realBackendFactory) -
Method Summary
Methods inherited from class org.nuxeo.ecm.webdav.backend.AbstractVirtualBackend
canUnlock, copyItem, createFile, createFile, createFolder, exists, getBackend, getBackendDisplayName, getCheckoutUser, getChildren, getDisplayName, getDocument, getOrderedBackendNames, getRootPath, getRootUrl, getVirtualFolderNames, getVirtualPath, hasPermission, initIfNeed, isLocked, isRename, isRoot, isVirtual, lock, moveItem, moveItem, parseLocation, registerBackend, registerSimpleBackends, removeItem, removeItem, renameItem, resolveLocation, unlock, updateDocumentMethods inherited from class org.nuxeo.ecm.webdav.backend.AbstractCoreBackend
getSession, getSession, saveChangesMethods 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
getSession, getSession, saveChanges
-
Constructor Details
-
SearchVirtualBackend
public SearchVirtualBackend(String name, String rootUrl, String query, CoreSession session, RealBackendFactory realBackendFactory)
-
-
Method Details
-
init
protected void init()- Specified by:
initin classAbstractVirtualBackend
-