|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.lang.String handle,
LockOperation[] locks,
java.lang.Integer expiry,
java.lang.Boolean lockAll)
Creates a new LockFeature request. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||