deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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.

Version:
$Revision: 19720 $, $Date: 2009-09-22 19:04:14 +0200 (Di, 22 Sep 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
GetFeature

Constructor Summary
GetFeatureWithLock(Version version, String handle, ResultType resultType, String outputFormat, Integer maxFeatures, String traverseXlinkDepth, Integer traverseXlinkExpiry, 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
getMaxFeatures, getOutputFormat, getQueries, getResultType, getTraverseXlinkDepth, getTraverseXlinkExpiry
 
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,
                          ResultType resultType,
                          String outputFormat,
                          Integer maxFeatures,
                          String traverseXlinkDepth,
                          Integer traverseXlinkExpiry,
                          Query[] queries,
                          Integer expiry)
Creates a new GetFeatureWithLock request.

Parameters:
version - protocol version, may not be null
handle - client-generated identifier, may be null
resultType - query mode (result or hits), may be null
outputFormat - requested output format, may be null
maxFeatures - maximum number of features that should be generated (positive integer), may be null
traverseXlinkDepth - the depth to which nested property XLink linking element locator attribute (href) XLinks are traversed and resolved if possible, the range of valid values for this parameter consists of positive integers, "*" (unlimited) and null (unspecified)
traverseXlinkExpiry - indicates how long the WFS should wait to receive a response to a nested GetGmlObject request (in minutes), this attribute is only relevant if a value is specified for the traverseXlinkDepth attribute, 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)

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>