| org.geotools.data.VersioningFeatureStore
All known Subclasses: org.geotools.data.postgis.VersionedPostgisFeatureStore,
Method Summary | |
public void | rollback(String toVersion, Filter filter, String[] users) Rolls back features matching the filter to the state they had on the
specified version.
For a feature to be included into the rollback it's sufficient that one
of its states between toVersion and current matches the
filter.
Parameters: toVersion - target of the rollback Parameters: filter - limits the feature whose history will be rolled back by an OGCfilter Parameters: users - limits the feaeature whose history will be rolled back, bycatching only those that have been modified by at least one ofthe specified users. |
rollback | public void rollback(String toVersion, Filter filter, String[] users) throws IOException(Code) | | Rolls back features matching the filter to the state they had on the
specified version.
For a feature to be included into the rollback it's sufficient that one
of its states between toVersion and current matches the
filter.
Parameters: toVersion - target of the rollback Parameters: filter - limits the feature whose history will be rolled back by an OGCfilter Parameters: users - limits the feaeature whose history will be rolled back, bycatching only those that have been modified by at least one ofthe specified users. May be null to avoi user filtering. throws: IOException - |
|
|