org.deegree.protocol.wfs.getfeaturewithlock
Class GetFeatureWithLock
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequest
org.deegree.protocol.wfs.getfeature.GetFeature
org.deegree.protocol.wfs.getfeaturewithlock.GetFeatureWithLock
public class GetFeatureWithLock
- extends GetFeature
Represents a GetFeatureWithLock request to a WFS.
Supported versions:
- Version:
- $Revision: 31763 $, $Date: 2011-09-05 19:55:05 +0200 (Mon, 05 Sep 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
- See Also:
GetFeature
|
Method Summary |
Integer |
getExpiry()
Returns the expiry time for the acquired locks. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetFeatureWithLock
public GetFeatureWithLock(Version version,
String handle,
StandardPresentationParams presentationParams,
ResolveParams resolveParams,
List<Query> queries,
Integer expiry)
- Creates a new
GetFeatureWithLock request.
- Parameters:
version - protocol version, must not be nullhandle - client-generated identifier, may be nullpresentationParams - parameters for controlling the presentation of the result set, may be nullresolveParams - parameters for controlling the resolution of references of the result set, may be nullqueries - the queries to be performed in the request, must not be null and must contain at least
one entryexpiry - expiry time (in minutes) before the features are unlocked automatically, may be null (unspecified)
getExpiry
public Integer getExpiry()
- Returns the expiry time for the acquired locks.
- Returns:
- the expiry time for the acquired locks, can be
null (unspecified)
Copyright © 2011. All Rights Reserved.