|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.AbstractWFSRequest
org.deegree.protocol.wfs.lockfeature.LockFeature
public class LockFeature
Represents a LockFeature request to a WFS.
Supported versions:
| Constructor Summary | |
|---|---|
LockFeature(Version version,
String handle,
LockOperation[] locks,
Integer expiry,
Boolean lockAll)
Creates a new LockFeature request. |
|
| Method Summary | |
|---|---|
Integer |
getExpiry()
Returns the expiry time for the acquired locks. |
Boolean |
getLockAll()
Returns whether the request should fail if not all specified features can be locked. |
LockOperation[] |
getLocks()
Returns the locks to be acquired. |
String |
toString()
|
| Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequest |
|---|
getHandle, getVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LockFeature(Version version,
String handle,
LockOperation[] locks,
Integer expiry,
Boolean lockAll)
LockFeature request.
version - protocol version, may not be nullhandle - client-generated identifier, may be nulllocks - locks to be acquired, must not be null and contain at least one entryexpiry - expiry time (in minutes) before the features are unlocked automatically, may be null (unspecified)lockAll - true means that the request should fail if not all requested locks can be acquired, may be null
(unspecified)| Method Detail |
|---|
public LockOperation[] getLocks()
public Integer getExpiry()
public Boolean getLockAll()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||