Uses of Class
org.apache.jackrabbit.webdav.lock.Type

Packages that use Type
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
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 Provides interfaces and classes for locking related issues. 
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.transaction Contains interfaces and classes related to transaction locks. 
 

Uses of Type in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav with parameters of type Type
 ActiveLock DavResource.getLock(Type type, Scope scope)
          Return the lock present on this webdav resource or null if the resource is either not locked or not lockable at all.
 boolean DavResource.hasLock(Type type, Scope scope)
          Returns true if a lock applies to this resource.
 boolean DavResource.isLockable(Type type, Scope scope)
          Returns true, if the this resource allows locking.
 

Uses of Type in org.apache.jackrabbit.webdav.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type Type
LockMethod(String uri, Scope lockScope, Type lockType, String owner, long timeout, boolean isDeep)
          Creates a new LockMethod.
 

Uses of Type in org.apache.jackrabbit.webdav.jcr
 

Methods in org.apache.jackrabbit.webdav.jcr with parameters of type Type
 ActiveLock DefaultItemResource.getLock(Type type, Scope scope)
          JCR properties are locked if their parent node is locked; thus this method will always return the lock object from the collection this resource is internal member of.
 ActiveLock DefaultItemCollection.getLock(Type type, Scope scope)
          Retrieve the lock with the specified type and scope.
 boolean DefaultItemCollection.hasLock(Type type, Scope scope)
           
 

Uses of Type in org.apache.jackrabbit.webdav.jcr.lock
 

Methods in org.apache.jackrabbit.webdav.jcr.lock that return Type
 Type SessionScopedLockEntry.getType()
           
 Type JcrActiveLock.getType()
          Always returns WRITE.
 

Uses of Type in org.apache.jackrabbit.webdav.jcr.transaction
 

Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type Type
 ActiveLock TxLockManagerImpl.getLock(Type type, Scope scope, DavResource resource)
          Always returns null
 ActiveLock TxLockManagerImpl.getLock(Type type, Scope scope, TransactionResource resource)
          Return the lock applied to the given resource or null
 

Uses of Type in org.apache.jackrabbit.webdav.lock
 

Fields in org.apache.jackrabbit.webdav.lock declared as Type
static Type Type.WRITE
           
 

Methods in org.apache.jackrabbit.webdav.lock that return Type
static Type Type.create(String localName, Namespace namespace)
          Create a Type object from the given localName and namespace.
static Type Type.createFromXml(Element lockType)
          Create a Type object from the given Xml element.
 Type LockInfo.getType()
          Returns the lock type or null if no 'lockinfo' element was passed to the constructor or did not contain an 'type' element and the type has not been set otherwise.
 Type LockEntry.getType()
          Returns the type of this lock entry
 Type DefaultActiveLock.getType()
          This is always a write lock.
 Type ActiveLock.getType()
          Return the type of this lock.
 

Methods in org.apache.jackrabbit.webdav.lock with parameters of type Type
 void SupportedLock.addEntry(Type type, Scope scope)
          Adds a capability to this lock support.
 ActiveLock SimpleLockManager.getLock(Type type, Scope scope, DavResource resource)
          Returns the lock applying to the given resource or null if no lock can be found.
 ActiveLock LockManager.getLock(Type type, Scope scope, DavResource resource)
          Retrieve the lock with the given type and scope that is applied to the given resource.
 boolean SupportedLock.isSupportedLock(Type type, Scope scope)
          Returns true if this a lock with the given type and scope is supported.
 void LockInfo.setType(Type type)
          Set the lock type.
 

Constructors in org.apache.jackrabbit.webdav.lock with parameters of type Type
LockInfo(Scope scope, Type type, String owner, long timeout, boolean isDeep)
          Create a new LockInfo
 

Uses of Type in org.apache.jackrabbit.webdav.simple
 

Methods in org.apache.jackrabbit.webdav.simple with parameters of type Type
 ActiveLock DavResourceImpl.getLock(Type type, Scope scope)
           
 boolean DavResourceImpl.hasLock(Type type, Scope scope)
           
 boolean DavResourceImpl.isLockable(Type type, Scope scope)
           
 

Uses of Type in org.apache.jackrabbit.webdav.transaction
 

Fields in org.apache.jackrabbit.webdav.transaction declared as Type
static Type TransactionConstants.TRANSACTION
          "transaction" lock type constant.
 

Methods in org.apache.jackrabbit.webdav.transaction that return Type
 Type TxLockEntry.getType()
          Returns the 'transaction' lock type.
 Type TxActiveLock.getType()
          Always returns the TransactionConstants.TRANSACTION type.
 

Methods in org.apache.jackrabbit.webdav.transaction with parameters of type Type
 ActiveLock TxLockManager.getLock(Type type, Scope scope, TransactionResource resource)
          Return the lock applied to the given resource or null
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.