Uses of Class
org.apache.jackrabbit.webdav.lock.Scope
-
Packages that use Scope Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.transaction -
-
Uses of Scope in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav with parameters of type Scope Modifier and Type Method Description ActiveLockDavResource. getLock(Type type, Scope scope)Return the lock present on this webdav resource ornullif the resource is either not locked or not lockable at all.booleanDavResource. hasLock(Type type, Scope scope)Returns true if a lock applies to this resource.booleanDavResource. isLockable(Type type, Scope scope)Returns true, if the this resource allows locking. -
Uses of Scope in org.apache.jackrabbit.webdav.lock
Fields in org.apache.jackrabbit.webdav.lock declared as Scope Modifier and Type Field Description static ScopeScope. EXCLUSIVEstatic ScopeScope. SHAREDMethods in org.apache.jackrabbit.webdav.lock that return Scope Modifier and Type Method Description static ScopeScope. create(String localName, Namespace namespace)Create aScopeobject from the given name and namespace.static ScopeScope. createFromXml(Element lockScope)Create aScopeobject from the given Xml element.ScopeActiveLock. getScope()Return the scope of this lock.ScopeDefaultActiveLock. getScope()This is always an exclusive lock.ScopeLockEntry. getScope()Returns the scope of this lock entry.ScopeLockInfo. getScope()Return the lock scope ornullif no 'lockinfo' element was passed to the constructor or did not contain an 'scope' element and the scope has not been set otherwise.Methods in org.apache.jackrabbit.webdav.lock with parameters of type Scope Modifier and Type Method Description voidSupportedLock. addEntry(Type type, Scope scope)Adds a capability to this lock support.ActiveLockLockManager. getLock(Type type, Scope scope, DavResource resource)Retrieve the lock with the given type and scope that is applied to the given resource.ActiveLockSimpleLockManager. getLock(Type type, Scope scope, DavResource resource)Returns the lock applying to the given resource ornullif no lock can be found.booleanSupportedLock. isSupportedLock(Type type, Scope scope)Returns true if this a lock with the given type and scope is supported.voidLockInfo. setScope(Scope scope)Set the lock scope.Constructors in org.apache.jackrabbit.webdav.lock with parameters of type Scope Constructor Description LockInfo(Scope scope, Type type, String owner, long timeout, boolean isDeep)Create a newLockInfo -
Uses of Scope in org.apache.jackrabbit.webdav.transaction
Fields in org.apache.jackrabbit.webdav.transaction declared as Scope Modifier and Type Field Description static ScopeTransactionConstants. GLOBAL"global" lock scope constant.static ScopeTransactionConstants. LOCAL"local" lock scope constant.Methods in org.apache.jackrabbit.webdav.transaction that return Scope Modifier and Type Method Description ScopeTxActiveLock. getScope()Returns the scope of this lock which is eitherTransactionConstants.LOCALorTransactionConstants.GLOBAL.ScopeTxLockEntry. getScope()Methods in org.apache.jackrabbit.webdav.transaction with parameters of type Scope Modifier and Type Method Description ActiveLockTxLockManager. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornull
-