| java.lang.Object org.geoserver.wfs.LockFeature
LockFeature | public class LockFeature (Code) | | Web Feature Service 1.0 LockFeature Operation.
author: Justin Deoliveira, The Open Planning Project |
filterFactory | FilterFactory filterFactory(Code) | | Filter factory
|
wfs | WFS wfs(Code) | | Web Feature Service configuration
|
LockFeature | public LockFeature(WFS wfs, Data catalog)(Code) | | Parameters: wfs - Parameters: catalog - |
LockFeature | public LockFeature(WFS wfs, Data catalog, FilterFactory filterFactory)(Code) | | |
releaseAll | public void releaseAll() throws WFSException(Code) | | Release all feature locks currently held.
This is the implementation for the Admin "free lock" action, transaction
locks are not released.
Number of locks released |
setFilterFactory | public void setFilterFactory(FilterFactory filterFactory)(Code) | | |
|
|