Uses of Interface
org.drjekyll.webdav.Transaction
- 
Packages that use Transaction Package Description org.drjekyll.webdav org.drjekyll.webdav.copy org.drjekyll.webdav.locking org.drjekyll.webdav.methods org.drjekyll.webdav.prop org.drjekyll.webdav.store  - 
- 
Uses of Transaction in org.drjekyll.webdav
Methods in org.drjekyll.webdav with parameters of type Transaction Modifier and Type Method Description voidMethodExecutor. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)StringMimeTyper. getMimeType(Transaction transaction, String path)Detect the mime type of this object - 
Uses of Transaction in org.drjekyll.webdav.copy
Methods in org.drjekyll.webdav.copy with parameters of type Transaction Modifier and Type Method Description booleanDoCopy. copyResource(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Copy a resource.voidDoCopy. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) - 
Uses of Transaction in org.drjekyll.webdav.locking
Methods in org.drjekyll.webdav.locking with parameters of type Transaction Modifier and Type Method Description voidIResourceLocks. checkTimeouts(Transaction transaction, boolean temporary)Deletes LockedObjects, where timeout has reached.voidResourceLocks. checkTimeouts(Transaction transaction, boolean temporary)booleanIResourceLocks. exclusiveLock(Transaction transaction, String path, String owner, int depth, int timeout)Tries to lock the resource at "path" exclusively.booleanResourceLocks. exclusiveLock(Transaction transaction, String path, String owner, int depth, int timeout)voidDoLock. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoUnlock. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)LockedObjectIResourceLocks. getLockedObjectByID(Transaction transaction, String id)Gets the LockedObject corresponding to specified id.LockedObjectResourceLocks. getLockedObjectByID(Transaction transaction, String id)LockedObjectIResourceLocks. getLockedObjectByPath(Transaction transaction, String path)Gets the LockedObject on specified path.LockedObjectResourceLocks. getLockedObjectByPath(Transaction transaction, String path)LockedObjectIResourceLocks. getTempLockedObjectByID(Transaction transaction, String id)Gets the LockedObject corresponding to specified id (locktoken).LockedObjectResourceLocks. getTempLockedObjectByID(Transaction transaction, String id)LockedObjectIResourceLocks. getTempLockedObjectByPath(Transaction transaction, String path)Gets the LockedObject on specified path.LockedObjectResourceLocks. getTempLockedObjectByPath(Transaction transaction, String path)booleanIResourceLocks. lock(Transaction transaction, String path, String owner, boolean exclusive, int depth, int timeout, boolean temporary)Tries to lock the resource at "path".booleanResourceLocks. lock(Transaction transaction, String path, String owner, boolean exclusive, int depth, int timeout, boolean temporary)booleanIResourceLocks. sharedLock(Transaction transaction, String path, String owner, int depth, int timeout)Tries to lock the resource at "path" shared.booleanResourceLocks. sharedLock(Transaction transaction, String path, String owner, int depth, int timeout)booleanIResourceLocks. unlock(Transaction transaction, String id, String owner)Unlocks all resources at "path" (and all subfolders if existing)booleanResourceLocks. unlock(Transaction transaction, String id, String owner)voidIResourceLocks. unlockTemporaryLockedObjects(Transaction transaction, String path, String owner)Unlocks all resources at "path" (and all subfolders if existing)voidResourceLocks. unlockTemporaryLockedObjects(Transaction transaction, String path, String owner) - 
Uses of Transaction in org.drjekyll.webdav.methods
Methods in org.drjekyll.webdav.methods with parameters of type Transaction Modifier and Type Method Description protected static booleanMethod. checkLocks(Transaction transaction, javax.servlet.http.HttpServletRequest req, IResourceLocks resourceLocks, String path)Checks if locks on resources at the given path exists and if so checks the If-Header to make sure the If-Header corresponds to the locked resource.voidDoDelete. deleteResource(Transaction transaction, String path, Map<String,Integer> errorList, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)deletes the recources at "path"protected voidDoGet. doBody(Transaction transaction, javax.servlet.http.HttpServletResponse resp, String path)protected voidDoHead. doBody(Transaction transaction, javax.servlet.http.HttpServletResponse resp, String path)voidDoDelete. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoHead. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoMkcol. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoMove. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoNotImplemented. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoOptions. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoPut. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)protected voidDoGet. folderBody(Transaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req)protected voidDoHead. folderBody(Transaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req)protected StringDoGet. getFooter(Transaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req)Return the footer to be displayed after the folder contentprotected StringDoGet. getHeader(Transaction transaction, String path, javax.servlet.http.HttpServletResponse resp, javax.servlet.http.HttpServletRequest req)Return the header to be displayed in front of the folder content - 
Uses of Transaction in org.drjekyll.webdav.prop
Methods in org.drjekyll.webdav.prop with parameters of type Transaction Modifier and Type Method Description voidDoPropfind. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidDoProppatch. execute(Transaction transaction, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) - 
Uses of Transaction in org.drjekyll.webdav.store
Methods in org.drjekyll.webdav.store that return Transaction Modifier and Type Method Description TransactionLocalFileSystemStore. begin(Principal principal)TransactionWebdavStore. begin(Principal principal)Indicates that a new request or transaction with this store involved has been started.Methods in org.drjekyll.webdav.store with parameters of type Transaction Modifier and Type Method Description voidLocalFileSystemStore. checkAuthentication(Transaction transaction)voidWebdavStore. checkAuthentication(Transaction transaction)Checks if authentication information passed in is valid.voidLocalFileSystemStore. commit(Transaction transaction)voidWebdavStore. commit(Transaction transaction)Indicates that all changes done inside this request shall be made permanent and any transactions, connections and other temporary resources shall be terminated.voidLocalFileSystemStore. createFolder(Transaction transaction, String uri)voidWebdavStore. createFolder(Transaction transaction, String folderUri)Creates a folder at the position specified byfolderUri.voidLocalFileSystemStore. createResource(Transaction transaction, String uri)voidWebdavStore. createResource(Transaction transaction, String resourceUri)Creates a content resource at the position specified byresourceUri.String[]LocalFileSystemStore. getChildrenNames(Transaction transaction, String uri)String[]WebdavStore. getChildrenNames(Transaction transaction, String folderUri)Gets the names of the children of the folder specified byfolderUri.InputStreamLocalFileSystemStore. getResourceContent(Transaction transaction, String uri)InputStreamWebdavStore. getResourceContent(Transaction transaction, String resourceUri)Gets the content of the resource specified byresourceUri.longLocalFileSystemStore. getResourceLength(Transaction transaction, String uri)longWebdavStore. getResourceLength(Transaction transaction, String path)Gets the length of the content resource specified byresourceUri.StoredObjectLocalFileSystemStore. getStoredObject(Transaction transaction, String uri)StoredObjectWebdavStore. getStoredObject(Transaction transaction, String uri)Gets the storedObject specified byurivoidLocalFileSystemStore. removeObject(Transaction transaction, String uri)voidWebdavStore. removeObject(Transaction transaction, String uri)Removes the object specified byuri.voidLocalFileSystemStore. rollback(Transaction transaction)voidWebdavStore. rollback(Transaction transaction)Indicates that all changes done inside this request shall be undone and any transactions, connections and other temporary resources shall be terminated.longLocalFileSystemStore. setResourceContent(Transaction transaction, String uri, InputStream is, String contentType, String characterEncoding)longWebdavStore. setResourceContent(Transaction transaction, String resourceUri, InputStream content, String contentType, String characterEncoding)Sets / stores the content of the resource specified byresourceUri. 
 -