Uses of Class
org.apache.jackrabbit.webdav.lock.Type
-
Packages that use Type Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.transaction -
-
Uses of Type in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav with parameters of type Type 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 Type in org.apache.jackrabbit.webdav.lock
Fields in org.apache.jackrabbit.webdav.lock declared as Type Modifier and Type Field Description static TypeType. WRITEMethods in org.apache.jackrabbit.webdav.lock that return Type Modifier and Type Method Description static TypeType. create(String localName, Namespace namespace)Create aTypeobject from the given localName and namespace.static TypeType. createFromXml(Element lockType)Create aTypeobject from the given Xml element.TypeActiveLock. getType()Return the type of this lock.TypeDefaultActiveLock. getType()This is always a write lock.TypeLockEntry. getType()Returns the type of this lock entryTypeLockInfo. getType()Returns the lock type ornullif no 'lockinfo' element was passed to the constructor or did not contain an 'type' element and the type has not been set otherwise.Methods in org.apache.jackrabbit.webdav.lock with parameters of type Type 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. setType(Type type)Set the lock type.Constructors in org.apache.jackrabbit.webdav.lock with parameters of type Type Constructor Description LockInfo(Scope scope, Type type, String owner, long timeout, boolean isDeep)Create a newLockInfo -
Uses of Type in org.apache.jackrabbit.webdav.transaction
Fields in org.apache.jackrabbit.webdav.transaction declared as Type Modifier and Type Field Description static TypeTransactionConstants. TRANSACTION"transaction" lock type constant.Methods in org.apache.jackrabbit.webdav.transaction that return Type Modifier and Type Method Description TypeTxActiveLock. getType()Always returns theTransactionConstants.TRANSACTIONtype.TypeTxLockEntry. getType()Returns the'transaction'lock type.Methods in org.apache.jackrabbit.webdav.transaction with parameters of type Type Modifier and Type Method Description ActiveLockTxLockManager. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornull
-