org.geotools.data.wfs.v1_0_0
Class LockResult
Object
LockResult
public class LockResult
- extends Object
Result of locking features (listing both locked and unlocked features).
- Author:
- dzwiers
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lockId
protected String lockId
supported
protected Id supported
notSupported
protected Id notSupported
LockResult
public LockResult(String lockId,
Id supported,
Id notSupported)
- Parameters:
lockId
- supported
- notSupported
-
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.