org.deegree.protocol.wfs.getfeaturewithlock
Class GetFeatureWithLock

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequest
      extended by org.deegree.protocol.wfs.getfeature.GetFeature
          extended by 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

Constructor Summary
GetFeatureWithLock(Version version, String handle, StandardPresentationParams presentationParams, ResolveParams resolveParams, List<Query> queries, Integer expiry)
          Creates a new GetFeatureWithLock request.
 
Method Summary
 Integer getExpiry()
          Returns the expiry time for the acquired locks.
 
Methods inherited from class org.deegree.protocol.wfs.getfeature.GetFeature
getPresentationParams, getQueries, getResolveParams
 
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, toString, wait, wait, wait
 

Constructor Detail

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 null
handle - client-generated identifier, may be null
presentationParams - parameters for controlling the presentation of the result set, may be null
resolveParams - parameters for controlling the resolution of references of the result set, may be null
queries - the queries to be performed in the request, must not be null and must contain at least one entry
expiry - expiry time (in minutes) before the features are unlocked automatically, may be null (unspecified)
Method Detail

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.