Uses of Interface
org.deegree.protocol.wfs.lockfeature.LockOperation

Packages that use LockOperation
org.deegree.feature.persistence.lock   
org.deegree.protocol.wfs.lockfeature   
 

Uses of LockOperation in org.deegree.feature.persistence.lock
 

Methods in org.deegree.feature.persistence.lock with parameters of type LockOperation
 Lock DefaultLockManager.acquireLock(LockOperation[] lockRequests, boolean mustLockAll, long expireTimeout)
           
 Lock LockManager.acquireLock(LockOperation[] lockRequests, boolean mustLockAll, long expireTimeout)
          Acquires a lock for the specified features instances.
 

Uses of LockOperation in org.deegree.protocol.wfs.lockfeature
 

Classes in org.deegree.protocol.wfs.lockfeature that implement LockOperation
 class BBoxLock
          The BBoxLock class encapsulates the type of lock that is used in the LockFeature when an envelope(bbox) is given.
 class FeatureIdLock
          The FeatureIdLock class represents a lock based on a featureId.
 class FilterLock
          LockOperation that specifies the features instances to be locked using a Filter expression.
 

Methods in org.deegree.protocol.wfs.lockfeature that return LockOperation
 LockOperation[] LockFeature.getLocks()
          Returns the locks to be acquired.
 

Constructors in org.deegree.protocol.wfs.lockfeature with parameters of type LockOperation
LockFeature(Version version, String handle, LockOperation[] locks, Integer expiry, Boolean lockAll)
          Creates a new LockFeature request.
 



Copyright © 2011. All Rights Reserved.