Uses of Class
org.apache.jackrabbit.webdav.lock.Type
-
Packages that use Type Package Description 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 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.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type Type 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 Type in org.apache.jackrabbit.webdav.jcr.lock
Methods in org.apache.jackrabbit.webdav.jcr.lock that return Type Modifier and Type Method Description TypeJcrActiveLock. getType()Always returnsWRITE.TypeSessionScopedLockEntry. getType() -
Uses of Type in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type Type 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 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.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type Type 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 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
-