Uses of Class
org.apache.jackrabbit.webdav.lock.Scope
-
Packages that use Scope Package Description org.apache.jackrabbit.spi2dav org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.lock org.apache.jackrabbit.webdav.jcr.transaction org.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.transaction -
-
Uses of Scope in org.apache.jackrabbit.spi2dav
Fields in org.apache.jackrabbit.spi2dav declared as Scope Modifier and Type Field Description static ScopeItemResourceConstants. EXCLUSIVE_SESSIONExtension to the WebDAV 'exclusive' lock, that allows to distinguish the session-scoped and open-scoped locks on a JCR node. -
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.jcr
Fields in org.apache.jackrabbit.webdav.jcr declared as Scope Modifier and Type Field Description static ScopeItemResourceConstants. EXCLUSIVE_SESSIONExtension to the WebDAV 'exclusive' lock, that allows to distinguish the session-scoped and open-scoped locks on a JCR node.Methods in org.apache.jackrabbit.webdav.jcr with parameters of type Scope Modifier and Type Method Description ActiveLockDefaultItemCollection. getLock(Type type, Scope scope)Retrieve the lock with the specified type and scope.ActiveLockDefaultItemResource. getLock(Type type, Scope scope)JCR propertiesare locked if their parent node is locked; thus this method will always return thelockobject from the collection this resource is internal member of.booleanDefaultItemCollection. hasLock(Type type, Scope scope) -
Uses of Scope in org.apache.jackrabbit.webdav.jcr.lock
Methods in org.apache.jackrabbit.webdav.jcr.lock that return Scope Modifier and Type Method Description ScopeJcrActiveLock. getScope()ScopeSessionScopedLockEntry. getScope() -
Uses of Scope in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type Scope Modifier and Type Method Description ActiveLockTxLockManagerImpl. getLock(Type type, Scope scope, DavResource resource)Always returns nullActiveLockTxLockManagerImpl. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornull -
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.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type Scope Modifier and Type Method Description ActiveLockDavResourceImpl. getLock(Type type, Scope scope)booleanDavResourceImpl. hasLock(Type type, Scope scope)booleanDavResourceImpl. isLockable(Type type, Scope scope) -
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
-