deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.ogcwebservices.wfs.operation
Class Lock

java.lang.Object
  extended by org.deegree.ogcwebservices.wfs.operation.Lock

public class Lock
extends Object

Represents a wfs:Lock element (usually part of wfs:LockFeature documents).

Version:
$Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
Author:
Markus Schneider, last edited by: $Author: apoth $

Constructor Summary
Lock(String handle, QualifiedName typeName, Filter filter)
          Creates a new Lock instance from the given parameters.
 
Method Summary
 Filter getFilter()
          Returns the filter that is used to select the Feature instances for locking.
 String getHandle()
          Returns the lock's handle.
 QualifiedName getTypeName()
          Returns the name of the FeatureType that is affected by this lock.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lock

public Lock(String handle,
            QualifiedName typeName,
            Filter filter)
Creates a new Lock instance from the given parameters.

Parameters:
handle -
typeName -
filter -
Method Detail

getHandle

public String getHandle()
Returns the lock's handle.

Returns:
the lock's handle (may be null)

getTypeName

public QualifiedName getTypeName()
Returns the name of the FeatureType that is affected by this lock.

Returns:
the name of the FeatureType (never null)

getFilter

public Filter getFilter()
Returns the filter that is used to select the Feature instances for locking.

Returns:
the filter that is used to select the Feature instances (may be null)

deegree 2.2 (2008/12/22 11:33 build-3038-official)

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