Uses of Class
org.drjekyll.webdav.locking.LockedObject
-
Packages that use LockedObject Package Description org.drjekyll.webdav.locking -
-
Uses of LockedObject in org.drjekyll.webdav.locking
Methods in org.drjekyll.webdav.locking that return LockedObject Modifier and Type Method Description LockedObject[]LockedObject. getChildren()children of that lockLockedObjectIResourceLocks. 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)LockedObjectLockedObject. getParent()LockedObjectResourceLocks. getRoot()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)LockedObjectResourceLocks. getTempRoot()Methods in org.drjekyll.webdav.locking that return types with arguments of type LockedObject Modifier and Type Method Description Map<String,LockedObject>ResourceLocks. getLocks()keys: path value: LockedObject from that pathMap<String,LockedObject>ResourceLocks. getLocksByID()keys: id value: LockedObject from that idMap<String,LockedObject>ResourceLocks. getTempLocks()keys: path value: Temporary LockedObject from that pathMap<String,LockedObject>ResourceLocks. getTempLocksByID()keys: id value: Temporary LockedObject from that idMethods in org.drjekyll.webdav.locking with parameters of type LockedObject Modifier and Type Method Description voidLockedObject. addChild(LockedObject newChild)adds a new child lock to this lockvoidLockedObject. setChildren(LockedObject[] children)voidLockedObject. setParent(LockedObject parent)
-