org.deegree.protocol.wfs.lockfeature
Class FeatureIdLock

java.lang.Object
  extended by org.deegree.protocol.wfs.lockfeature.FeatureIdLock
All Implemented Interfaces:
LockOperation

public class FeatureIdLock
extends Object
implements LockOperation

The FeatureIdLock class represents a lock based on a featureId. To be used with LockFeature.

Version:
$Revision: 20580 $, $Date: 2009-11-04 18:47:14 +0100 (Wed, 04 Nov 2009) $
Author:
Andrei Ionita, last edited by: $Author: mschneider $

Constructor Summary
FeatureIdLock(String[] featureIds, TypeName[] typeNames)
          Creates a new FeatureIdLock instance.
 
Method Summary
 String[] getFeatureIds()
           
 TypeName[] getTypeNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureIdLock

public FeatureIdLock(String[] featureIds,
                     TypeName[] typeNames)
Creates a new FeatureIdLock instance.

Parameters:
featureIds - a String array as feature ids, must not be null
typeNames - a QName, may be null
Method Detail

getFeatureIds

public String[] getFeatureIds()
Returns:
the featureIds

getTypeNames

public TypeName[] getTypeNames()
Returns:
the typeName


Copyright © 2011. All Rights Reserved.