org.geotools.data.wfs.v1_0_0
Class LockResult

Object
  extended by LockResult

public class LockResult
extends Object

Result of locking features (listing both locked and unlocked features).

Author:
dzwiers

Field Summary
protected  String lockId
           
protected  Id notSupported
           
protected  Id supported
           
 
Constructor Summary
LockResult(String lockId, Id supported, Id notSupported)
           
 
Method Summary
 String getLockId()
          DOCUMENT ME!
 Id getNotSupported()
          Filter of all the features that could not be locked.
 Id getSupported()
          Filter of all the features that were locked.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockId

protected String lockId

supported

protected Id supported

notSupported

protected Id notSupported
Constructor Detail

LockResult

public LockResult(String lockId,
                  Id supported,
                  Id notSupported)
Parameters:
lockId -
supported -
notSupported -
Method Detail

getLockId

public String getLockId()
DOCUMENT ME!

Returns:
Returns the lockId.

getNotSupported

public Id getNotSupported()
Filter of all the features that could not be locked.

Returns:
Returns the notSupported.

getSupported

public Id getSupported()
Filter of all the features that were locked.

Returns:
Returns the supported.


Copyright © 1996-2014 Geotools. All Rights Reserved.